jws-frontend/docker/jws-0.0.2/traefik.yaml

15 lines
268 B
YAML
Raw Permalink Normal View History

2024-04-19 12:28:48 +07:00
entrypoints:
unsecure:
address: :80
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
file:
filename: /routes.yaml
watch: true
api: # enable dashboard
dashboard: true
insecure: true
log:
level: DEBUG