Variable preparation for backing up volumes.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user