Compare commits

..

3 Commits

Author SHA1 Message Date
d643a243b0 chore: publish 9.1.1+28.0.5-fpm release 2024-09-30 17:18:49 +02:00
928d5c108d fix env path 2024-09-30 17:17:49 +02:00
c44bd8994c fix env path 2024-09-30 17:13:55 +02:00
2 changed files with 5 additions and 4 deletions

View File

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

View File

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