Adding dozzle

Cleaning up all compose files:
  consistent labels
  remove exposed ports
  move synapse to wildcard cert
  remove commented out lines
Switch qbit to libtorrentv1 tag
This commit is contained in:
2026-04-08 18:35:51 +00:00
parent 7732ed22a7
commit 686fff045b
15 changed files with 64 additions and 120 deletions

View File

@@ -2,11 +2,6 @@ services:
traefik:
image: traefik
container_name: traefik
# command:
#- "--api.insecure=true"
#- "--providers.docker=true"
#- "--providers.docker.exposedbydefault=false"
#- "--entrypoints.web.address=:80"
restart: unless-stopped
environment:
- NAMECHEAP_API_USER=${NAMECHEAP_USER}
@@ -14,7 +9,6 @@ services:
ports:
- "80:80"
- "443:443"
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/fejy/docker/traefik:/etc/traefik
@@ -27,7 +21,7 @@ services:
- "traefik.http.routers.api.service=api@internal"
- "traefik.http.routers.api.rule=Host(`traefik.nearfuture`)"
- "traefik.http.routers.api.entrypoints=web"
- "traefik.http.services.api.loadbalancer.server.port=8080 # The port value doesn't matter"
- "traefik.http.services.api.loadbalancer.server.port=8080"
- "com.centurylinklabs.watchtower.scope=watch"
networks: