Variable preparation for backing up volumes.

This commit is contained in:
2021-11-19 06:44:31 +01:00
parent 61b6459843
commit 885fa22773

View File

@@ -1,6 +1,13 @@
mysql_user: root mysql_user: root
postgres_user: postgres postgres_user: postgres
backup_dir: /media/backup/docker backup_dir: /media/backup/docker
databases: ['bookstack', 'gitea', 'kimai', 'nextcloud', 'semaphore'] systems: ['bookstack', 'gitea', 'kimai', 'nextcloud', 'pihole', 'portainer', 'semaphore', 'vault']
mysql_databases: ['bookstack', 'kimai', 'semaphore'] mysql_databases: ['bookstack', 'kimai', 'semaphore']
postgres_databases: ['gitea', 'nextcloud'] postgres_databases: ['gitea', 'nextcloud']
volumes:
bookstack:
container: bookstack
path: /config
dnsmasq:
container: pihole
path: /etc/dnsmasq.d