N-FIN-v1.0.0: add watchtower labels to docker-compose.yaml

This commit is contained in:
Markus Thielker 2024-03-11 05:07:46 +01:00
parent d2cf3b7598
commit 2a311df419
No known key found for this signature in database

View file

@ -9,6 +9,8 @@ services:
postgres:
condition: service_healthy
command: [ "npx", "prisma", "migrate", "deploy" ]
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks:
- internal
@ -27,6 +29,7 @@ services:
- "traefik.http.routers.xyz-next-finances.entrypoints=web, websecure"
- "traefik.http.routers.xyz-next-finances.tls=true"
- "traefik.http.routers.xyz-next-finances.tls.certresolver=lets-encrypt"
- "com.centurylinklabs.watchtower.enable=true"
networks:
- web
- internal
@ -48,6 +51,7 @@ services:
- "traefik.http.services.xyz-next-finances-studio.loadbalancer.server.port=5555"
- "traefik.http.routers.xyz-next-finances-studio.tls=true"
- "traefik.http.routers.xyz-next-finances-studio.tls.certresolver=lets-encrypt"
- "com.centurylinklabs.watchtower.enable=true"
networks:
- web
- internal