feat(templates): add new service templates and update existing compose files for various applications

This commit is contained in:
Andras Bacsai
2025-08-10 10:10:22 +02:00
parent 39f25573bf
commit 193995de79
267 changed files with 4422 additions and 447 deletions

View File

@@ -8,8 +8,8 @@ services:
yamtrack:
image: ghcr.io/fuzzygrim/yamtrack
environment:
- SERVICE_FQDN_YAMTRACK_8000
- URLS=${SERVICE_FQDN_YAMTRACK}
- SERVICE_URL_YAMTRACK_8000
- URLS=${SERVICE_URL_YAMTRACK}
- TZ=${TZ:-Europe/Berlin}
- SECRET=${SERVICE_PASSWORD_SECRET}
- REGISTRATION=${REGISTRATION_ENABLED:-true}