chore: formatting & versions

This commit is contained in:
decentral1se 2021-11-29 10:00:22 +01:00
parent c762c23b81
commit 6fc83679fd
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,6 @@
---
version: "3.8"
services:
web:
image: "nginx:1.21.4"
@ -19,7 +21,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.9.3"
configs:
@ -33,11 +35,14 @@ services:
networks:
- internal
deploy:
labels: ['coop-cloud.${STACK_NAME}.app.version=6.4.8.1-901e2607']
labels:
- "coop-cloud.${STACK_NAME}.version="
networks:
proxy:
external: true
internal:
configs:
nginx_conf:
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}