Refactor env vars to load from file
This commit is contained in:
7
compose.env
Normal file
7
compose.env
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FIREFLY_III_TOKEN=ey...
|
||||||
|
FIREFLY_III_URL=https://firefly-iii.org
|
||||||
|
EXCLUDED_TAGS=
|
||||||
|
SRC_ACCOUNT=1
|
||||||
|
DST_ACCOUNT=2
|
||||||
|
AMOUNT=1
|
||||||
|
DAYS=1
|
||||||
@@ -3,11 +3,4 @@ services:
|
|||||||
php-cron:
|
php-cron:
|
||||||
image: fireflyiii-autosave-cron
|
image: fireflyiii-autosave-cron
|
||||||
build: .
|
build: .
|
||||||
environment:
|
env_file: compose.env
|
||||||
FIREFLY_III_TOKEN: 'ey...'
|
|
||||||
FIREFLY_III_URL: 'https://firefly-iii.org'
|
|
||||||
EXCLUDED_TAGS:
|
|
||||||
SRC_ACCOUNT: 1
|
|
||||||
DST_ACCOUNT: 2
|
|
||||||
AMOUNT: 1
|
|
||||||
DAYS: 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user