Define app data dir in variable

This commit is contained in:
Jake Howard
2020-09-26 21:15:44 +01:00
parent 361a78e8e0
commit a303bed27f
13 changed files with 24 additions and 23 deletions

View File

@ -8,7 +8,7 @@ services:
- TZ=Europe/London
restart: unless-stopped
volumes:
- /mnt/tank/app-data/calibre:/config
- "{{ app_data_dir }}/calibre:/config"
- /srv/nextcloud-data/data/jake/files/EBooks:/books:ro
labels:
- traefik.enable=true