Merge pull request 'PR: Collabora up to 22.05.14.3.1 and Nginx 1.24.0' (#2) from javielico/collabora:main into main
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Reviewed-on: #2
This commit is contained in:
javielico 2023-05-29 15:23:34 +00:00
commit e6607f4801
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: "nginx:1.23.3" image: "nginx:1.24.0"
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:22.05.10.1.1" image: "collabora/code:22.05.14.3.1"
cap_add: cap_add:
- MKNOD - MKNOD
secrets: secrets:
@ -44,7 +44,7 @@ services:
- internal - internal
deploy: deploy:
labels: labels:
- "coop-cloud.${STACK_NAME}.version=2.2.0+22.05.10.1.1" - "coop-cloud.${STACK_NAME}.version=2.3.0+22.05.14.3.1"
networks: networks:
proxy: proxy: