add labal for WatchTower
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 30s
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 30s
This commit is contained in:
parent
202676c3a3
commit
8f73da82e2
@ -37,6 +37,7 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: true
|
restart: true
|
||||||
labels:
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik_front_network"
|
- "traefik.docker.network=traefik_front_network"
|
||||||
# HTTP
|
# HTTP
|
||||||
@ -91,6 +92,8 @@ services:
|
|||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
###
|
###
|
||||||
phpipam-db-backup:
|
phpipam-db-backup:
|
||||||
@ -112,6 +115,8 @@ services:
|
|||||||
EOF'
|
EOF'
|
||||||
networks:
|
networks:
|
||||||
- back_network_phpipam
|
- back_network_phpipam
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
|
||||||
### phpipam
|
### phpipam
|
||||||
msmtpd:
|
msmtpd:
|
||||||
@ -139,4 +144,6 @@ services:
|
|||||||
test: ["CMD-SHELL", "echo EHLO localhost"]
|
test: ["CMD-SHELL", "echo EHLO localhost"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=true"
|
Loading…
x
Reference in New Issue
Block a user