1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

Conf files should expand env vars (#363)

This commit is contained in:
Frederik Ring
2024-02-15 12:04:44 +01:00
committed by GitHub
parent 37f9bd9a8f
commit a01fc3df3f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
NAME="conf"
NAME="$EXPANSION_VALUE"
BACKUP_CRON_EXPRESSION="*/1 * * * *"

View File

@@ -7,6 +7,7 @@ services:
environment:
BACKUP_FILENAME: $$NAME.tar.gz
BACKUP_FILENAME_EXPAND: 'true'
EXPANSION_VALUE: conf
volumes:
- ${LOCAL_DIR:-./local}:/archive
- app_data:/backup/app_data:ro