Adding version nginx 1.22.1 and Collabora 22.05.8.2.1
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
javielico 2022-11-11 21:59:13 +00:00
parent 2702d6e10d
commit 0468226155
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: "nginx:stable" 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:latest" 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.1+21.11.1.4.1" - "coop-cloud.${STACK_NAME}.version=2.1.2+22.05.8.2.1"
networks: networks:
proxy: proxy: