1
0
forked from noxious/server

Unnecessary

This commit is contained in:
Dennis Postma 2025-02-09 16:20:59 +01:00
parent 2ee6a72984
commit 3802b2cf9d

View File

@ -1,33 +0,0 @@
entryPoints:
web:
address: ":80"
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: ":443"
http:
tls:
certResolver: letsencrypt
certificatesResolvers:
letsencrypt:
acme:
email: info@noxious.gg
storage: /certificates/acme.json
httpChallenge:
entryPoint: web
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
network: app-network
log:
level: INFO
api:
dashboard: false