9a8c4ae81f
repo: Rename compose templates to compose.yaml.jinja
...
It is a short, concicse name for the compose (and one of the ways that
docker officially recommends to name the files), and jinja is the
careful recommendation of the jinja docs.
https://jinja.palletsprojects.com/en/stable/templates/#template-file-extension
2025-07-18 21:49:32 +02:00
9cf2ee10a0
restic: Skip repo init on backup containers
...
Only the initial 'main' prune container will init the repository, the
others will not attempt even if they don't find a repository.
2025-07-18 21:49:30 +02:00
1fd72a05a6
restic: Fix backup container local repo mounting
...
If our chosen backup repo is a local one, each restic container needs to
mount the local path as a volume, otherwise the data is stuck in the
container itself.
2025-07-18 21:37:09 +02:00
f1be696479
grocy: Add docker hostname to backup container
2025-07-18 21:37:08 +02:00
9cf1a5e571
grocy: Add restic backup
2025-07-18 21:37:08 +02:00
af5b647daf
grocy: Fix container service name
2025-07-18 21:37:07 +02:00
e32f2366c8
roles: Make domain global variable
...
Each role has their own subdomains which can be set manually, or can
inherit from the global domain with a default prefix.
2025-07-17 18:08:54 +02:00
90f004fbdb
roles: Add grocy stack
2025-07-17 18:08:52 +02:00