Version 6.4.8.1; sync labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-05-06 20:06:32 +02:00
parent 203103db2d
commit b6d9cb41c7
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
web:
image: "nginx:1.19.10"
@ -21,7 +19,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.web.version=1.19.10-75a55d33
app:
image: "collabora/code:6.4.8.1"
configs:
@ -34,12 +32,12 @@ services:
- NEXTCLOUD_DOMAIN=${NEXTCLOUD_DOMAIN}
networks:
- internal
deploy:
labels: ['coop-cloud.${STACK_NAME}.app.version=6.4.8.1-901e2607']
networks:
proxy:
external: true
internal:
configs:
nginx_conf:
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}