15 lines
461 B
YAML
15 lines
461 B
YAML
mysql_user: root
|
|
postgres_user: postgres
|
|
backup_dir: /media/backup/docker
|
|
systems: ['bookstack', 'gitea', 'kimai', 'nextcloud', 'pihole', 'portainer', 'semaphore', 'vault']
|
|
databases: ['bookstack', 'gitea', 'kimai', 'nextcloud', 'semaphore']
|
|
mysql_databases: ['bookstack', 'kimai', 'semaphore']
|
|
postgres_databases: ['gitea', 'nextcloud']
|
|
volumes:
|
|
bookstack:
|
|
container: bookstack
|
|
path: /config
|
|
dnsmasq:
|
|
container: pihole
|
|
path: /etc/dnsmasq.d
|