Merge pull request 'Up the version of Collabora and Nginx' (#1) from javielico/collabora:main into main
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is failing Details

Reviewed-on: #1
This commit is contained in:
3wordchant 2022-11-12 03:11:30 +00:00
commit 2c8c70fc36
1 changed files with 3 additions and 3 deletions

View File

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