You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
666 B
YAML
31 lines
666 B
YAML
---
|
|
backups:
|
|
schedule_keys:
|
|
monthly: "monthly"
|
|
nightly: "nightly"
|
|
|
|
docker_compose_directory: /etc/docker-compose
|
|
|
|
# TODO: docker_volume_backup exists in vault. Clean this up.
|
|
dockervolumebackup:
|
|
image: ghcr.io/chatton/docker-volume-backup
|
|
tag: pr-20
|
|
config_directory: /etc/docker-volume-backup
|
|
|
|
# dashy related config
|
|
dashy:
|
|
source_file: dashboards/dashy-config.yml
|
|
config_file: dashy-config.yml
|
|
config_directory: /etc/config/dashy
|
|
|
|
# olivetin related config
|
|
olivetin:
|
|
source_file: olivetin/config.yml
|
|
config_file: config.yml
|
|
config_directory: /etc/config/OliveTin
|
|
|
|
docker_networks: []
|
|
|
|
homelab_group: cianhatton
|
|
homelab_user: cianhatton
|