chore: publish 4.0.3+26.0.2-fpm release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-06-09 10:31:49 +01:00
parent b8d209e531
commit 1deee41205
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
- NEXTCLOUD_UPDATE=1 - NEXTCLOUD_UPDATE=1
db: db:
image: "postgres:15" image: "postgres:12"
volumes: volumes:
- "postgres:/var/lib/postgresql/data" - "postgres:/var/lib/postgresql/data"
networks: networks:

View File

@ -86,7 +86,7 @@ services:
failure_action: rollback failure_action: rollback
order: start-first order: start-first
labels: labels:
- "coop-cloud.${STACK_NAME}.version=4.0.2+26.0.2-fpm" - "coop-cloud.${STACK_NAME}.version=4.0.3+26.0.2-fpm"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/" - "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"