chore: publish 3.0.0+24.04.6.1.1 release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2024-08-07 14:06:32 +02:00
parent 7d8b30301e
commit 670ecd7bb1

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
web: web:
image: "nginx:1.25.4" image: "nginx:1.27.0"
environment: environment:
- STACK_NAME - STACK_NAME
- DOMAIN=${DOMAIN} - DOMAIN=${DOMAIN}
@ -22,13 +22,25 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
healthcheck:
test: ["CMD-SHELL", 'curl -s -N localhost/hosting/capabilities | grep Collabora']
interval: 30s
timeout: 10s
retries: 10
start_period: 5m
app: app:
image: "collabora/code:23.05.10.1.1" image: "collabora/code:24.04.6.1.1"
cap_add: cap_add:
- MKNOD - MKNOD
secrets: secrets:
- admin_password - admin_password
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9980"]
interval: 30s
timeout: 10s
retries: 10
start_period: 2m
configs: configs:
- source: coolwsd_xml - source: coolwsd_xml
target: /etc/coolwsd/coolwsd.xml target: /etc/coolwsd/coolwsd.xml
@ -44,7 +56,7 @@ services:
- internal - internal
deploy: deploy:
labels: labels:
- "coop-cloud.${STACK_NAME}.version=2.7.1+23.05.10.1.1" - "coop-cloud.${STACK_NAME}.version=3.0.0+24.04.6.1.1"
networks: networks:
proxy: proxy: