Up the version of Collabora and Nginx
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
javielico 2022-11-11 15:52:35 +00:00
parent bb76c64a7f
commit 2702d6e10d
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: "nginx:1.21.4"
image: "nginx:stable"
environment:
- STACK_NAME
- DOMAIN=${DOMAIN}
@ -24,7 +24,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
app:
image: "collabora/code:21.11.1.4.1"
image: "collabora/code:latest"
cap_add:
- MKNOD
secrets:
@ -43,7 +43,7 @@ services:
- internal
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=2.1.0+21.11.1.4.1"
- "coop-cloud.${STACK_NAME}.version=2.1.1+21.11.1.4.1"
networks:
proxy: