N-FIN-v1.0.0: add watchtower labels to docker-compose.yaml
This commit is contained in:
parent
d2cf3b7598
commit
2a311df419
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue