chore: publish 9.1.2+29.0.5-fpm release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2024-09-30 17:21:04 +02:00
parent a3c99a72bf
commit 6c0fa9c12d
2 changed files with 4 additions and 4 deletions

View File

@ -47,9 +47,9 @@ DEFAULT_QUOTA="10 GB"
## Customization ## Customization
# THEMING_COLOR= # THEMING_COLOR=
# THEMING_SLOGAN= # THEMING_SLOGAN=
# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/background.jpg" # COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/"
# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/logo.svg" # COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/"
# COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/icon.png" # COPY_ASSETS="$COPY_ASSETS icon.png|app:/var/www/html/themes/"
# APPS="calendar" # APPS="calendar"

View File

@ -91,7 +91,7 @@ services:
failure_action: rollback failure_action: rollback
order: start-first order: start-first
labels: labels:
- "coop-cloud.${STACK_NAME}.version=9.1.0+29.0.5-fpm" - "coop-cloud.${STACK_NAME}.version=9.1.1+29.0.5-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/"