diff --git a/ansible/main.yml b/ansible/main.yml index 7943d0d..60123dd 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -24,8 +24,13 @@ - barassistant - mealie - searxng +<<<<<<< HEAD - firefly3 - name: qbittorrent +======= + - sabnzbd + - name: firefly3 +>>>>>>> refs/remotes/origin/master tags: test - unifi-controller - slskd diff --git a/ansible/roles/firefly3/templates/docker-compose.yml b/ansible/roles/firefly3/templates/docker-compose.yml index 57de633..5bebb1a 100644 --- a/ansible/roles/firefly3/templates/docker-compose.yml +++ b/ansible/roles/firefly3/templates/docker-compose.yml @@ -9,7 +9,7 @@ networks: services: app: image: fireflyiii/core:latest - container_name: firefly3 + container_name: firefly_iii_core restart: unless-stopped volumes: - "{{ data_dir }}/firefly3/upload:/var/www/html/storage/upload" @@ -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