[FEAT] Run in a Docker container

This commit is contained in:
2023-10-29 01:54:15 +01:00
parent 072740a2b7
commit a01611e193
5 changed files with 38 additions and 3 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.3'
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