@@ -5,11 +5,6 @@ services:
|
||||
image: traefik:3
|
||||
container_name: traefik
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: traefik healthcheck
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
networks:
|
||||
- traefik
|
||||
ports:
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
# /services/traefik/traefik.yml
|
||||
|
||||
global:
|
||||
checkNewVersion: true
|
||||
sendAnonymousUsage: false
|
||||
|
||||
api: {}
|
||||
|
||||
ping: {}
|
||||
|
||||
entryPoints:
|
||||
http:
|
||||
address: :80
|
||||
@@ -22,6 +19,8 @@ entryPoints:
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
|
||||
api: {}
|
||||
|
||||
providers:
|
||||
file:
|
||||
directory: /etc/traefik/config
|
||||
|
||||
Reference in New Issue
Block a user