Update compose.yaml

This commit is contained in:
2025-12-10 23:49:15 +01:00
parent 07aa3240d6
commit 3275c6d536

View File

@@ -7,14 +7,14 @@ services:
- 80:80 # HTTP - 80:80 # HTTP
- 443:443/tcp # HTTPS HTTP1/2 - 443:443/tcp # HTTPS HTTP1/2
- 443:443/udp # HTTPS HTTP3 - 443:443/udp # HTTPS HTTP3
# - 8080:8080 # TREFIK DASHBOARD - 8080:8080 # TREFIK DASHBOARD
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro" - /var/run/docker.sock:/var/run/docker.sock:ro"
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ./config/dynamic.yml:/etc/traefik/dynamic.yml:ro - ./traefik/traefik.yml:/etc/traefik/traefik.yml:ro
- ./config/traefik.yml:/etc/traefik/traefik.yml:ro - ./traefik/config/:/etc/traefik/:ro
- ./acme:/etc/traefik/acme - ./traefik/acme:/etc/traefik/acme
- ./self-signed:/etc/traefik/ssl - ./traefik/ssl:/etc/traefik/ssl:ro
networks: networks:
- traefik_public - traefik_public
labels: labels:
@@ -23,7 +23,8 @@ services:
- traefik.http.services.traefik-traefik.loadbalancer.server.port=8080 - traefik.http.services.traefik-traefik.loadbalancer.server.port=8080
- traefik.http.routers.traefik.entrypoints=websecure - traefik.http.routers.traefik.entrypoints=websecure
- traefik.http.routers.traefik.tls=true - traefik.http.routers.traefik.tls=true
- traefik.http.routers.traefik.tls.certresolver=certresolver # Uncomment for LetsEncrypt certificate
# - traefik.http.routers.traefik.tls.certresolver=tls-resolver
- "com.centurylinklabs.watchtower.enable=true" - "com.centurylinklabs.watchtower.enable=true"
certdumper: certdumper:
@@ -31,7 +32,7 @@ services:
restart: unless-stopped restart: unless-stopped
container_name: certdumper container_name: certdumper
volumes: volumes:
- ./acme:/traefik:ro - ./traefik/acme:/traefik:ro
- ./certdump:/output:rw - ./certdump:/output:rw
network_mode: none network_mode: none
environment: environment: