1
0
forked from noxious/server
noxious_server/config/traefik.yml
2025-02-09 01:12:20 +01:00

33 lines
550 B
YAML

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