Version 1.8.0; sync labels

This commit is contained in:
3wc 2021-04-05 02:06:18 +02:00
parent 47d5a194da
commit ee24d7f78b
1 changed files with 6 additions and 9 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
app:
image: statuspal/statuspal:1.8.0
@ -48,7 +46,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.app.version=1.8.0-77e40588
db:
image: postgres:9.5
environment:
@ -61,21 +59,20 @@ services:
- postgres:/var/lib/postgresql/data
secrets:
- db_password
deploy:
labels:
- coop-cloud.${STACK_NAME}.db.version=9.5-24f2fd74
networks:
proxy:
external: true
internal:
volumes:
uploads:
postgres:
secrets:
db_password:
external: true
db_password:
external: true
name: ${STACK_NAME}_db_password_${SECRET_DB_PASSWORD_VERSION}
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}