merge conflict

This commit is contained in:
2023-08-13 10:23:08 -04:00
2 changed files with 7 additions and 2 deletions

View File

@@ -24,8 +24,13 @@
- barassistant
- mealie
- searxng
<<<<<<< HEAD
- firefly3
- name: qbittorrent
=======
- sabnzbd
- name: firefly3
>>>>>>> refs/remotes/origin/master
tags: test
- unifi-controller
- slskd

View File

@@ -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