Explicitly handles maintenance mode around instance setup; Provides and runs database utils scripts

This commit is contained in:
Jan Beilicke 2025-04-18 21:11:32 +02:00
parent 11fe863b6d
commit 93ed612a65
4 changed files with 57 additions and 0 deletions

View file

@ -12,6 +12,7 @@ services:
volumes:
- mysqldb:/var/lib/mysql
- /etc/localtime:/etc/localtime:ro
- ./utils/:/opt/utils:ro
env_file:
- db.env
{% if nextcloud_enable_restic_compose_backup %}