From 639a143083c7f254b647333ea18f6bc34191f60d Mon Sep 17 00:00:00 2001 From: Mike Wilson Date: Fri, 11 Aug 2023 10:23:58 -0400 Subject: [PATCH] Fixed firefly cron url --- ansible/roles/firefly3/templates/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/firefly3/templates/docker-compose.yml b/ansible/roles/firefly3/templates/docker-compose.yml index 56b0c9c..5bebb1a 100644 --- a/ansible/roles/firefly3/templates/docker-compose.yml +++ b/ansible/roles/firefly3/templates/docker-compose.yml @@ -60,7 +60,7 @@ services: image: alpine restart: always container_name: firefly_iii_cron - command: sh -c "echo \"0 3 * * * wget -qO- http://app:8080/api/v1/cron/Y5uNSbJoK4FKUC9gVE5hq8YFEbFmc6BK\" | crontab - && crond -f -L /dev/stdout" + command: sh -c "echo \"0 3 * * * wget -qO- https://firefly.local.{{ personal_domain }}/api/v1/cron/Y5uNSbJoK4FKUC9gVE5hq8YFEbFmc6BK\" | crontab - && crond -f -L /dev/stdout" networks: - firefly_iii - default