Watchtower: Simplify auto updates

This commit is contained in:
2022-09-25 14:55:45 +02:00
parent b616b8a854
commit 5c7a1d11c9
14 changed files with 1 additions and 70 deletions

View File

@ -20,7 +20,6 @@ services:
- "traefik.http.services.searxng.loadbalancer.server.port=8080"
- "traefik.http.middlewares.compression.compress=true"
- "traefik.http.routers.searxng.middlewares=compression"
- "com.centurylinklabs.watchtower.scope=update"
redis:
container_name: redis
@ -36,25 +35,6 @@ services:
- SETGID
- SETUID
- DAC_OVERRIDE
labels:
- "com.centurylinklabs.watchtower.scope=update"
# morty:
# container_name: morty
# image: dalf/morty
# restart: always
# command: -timeout 6 -ipv6
# environment:
# - MORTY_KEY={{ search.morty.key }}
# - MORTY_ADDRESS=0.0.0.0:3030
# labels:
# - "traefik.enable=true"
# - "traefik.http.routers.morty.rule=Host(`search.tobiasmanske.de`) && PathPrefix(`/morty`)"
# - "traefik.http.routers.morty.entrypoints=websecure"
# - "traefik.http.services.morty.loadbalancer.server.port=3030"
# networks:
# - gateway
# - backend
networks:
gateway: