remove the cron container for firefly

wasn't able to get it working
This commit is contained in:
Andreas Zweili 2020-05-10 12:15:58 +02:00
parent e5b09069e4
commit f2086483fc
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
APP_DOMAIN=firefly.zweili.org
CRON_TOKEN=token
# You can leave this on "local". If you change it to production most console commands will ask for extra confirmation.
# Never set it to "testing".

View File

@ -32,6 +32,3 @@ services:
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- ./db:/var/lib/postgresql/data
cron:
image: alpine
command: sh -c "echo \"0 3 * * * wget https://firefly.zweili.org/cron/run/${CRON_TOKEN}\" | crontab - && crond -f -L /dev/stdout"