diff --git a/compose.env b/compose.env new file mode 100644 index 0000000..c7f0ac3 --- /dev/null +++ b/compose.env @@ -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 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 746db0b..ace5208 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,11 +3,4 @@ services: php-cron: image: fireflyiii-autosave-cron build: . - environment: - FIREFLY_III_TOKEN: 'ey...' - FIREFLY_III_URL: 'https://firefly-iii.org' - EXCLUDED_TAGS: - SRC_ACCOUNT: 1 - DST_ACCOUNT: 2 - AMOUNT: 1 - DAYS: 1 \ No newline at end of file + env_file: compose.env