1
0
Fork 0

Finally get cron working :D

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-07-11 13:34:14 -04:00
parent b9f0d21525
commit c468c458e7
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
1 changed files with 2 additions and 7 deletions

View File

@ -28,6 +28,8 @@
env:
TZ: "America/Kentucky/Louisville"
SERVER_DNS: "freshrss.gopoop.org"
# Every 30 minutes
CRON_MIN: "1,31"
networks:
- name: "{{ stack_prefix_name }}{{ docker_internal_network }}"
# FreshRSS needs to talk to the outside world to fetch stuff.
@ -40,10 +42,3 @@
source: /home/server/freshrss_data
type: bind
state: "{{ container_state }}"
- name: Ensure cron exists to automatically update feeds
ansible.builtin.cron:
name: "check dirs"
minute: "*/10"
job: |-
www-data php -f /usr/share/FreshRSS/app/actualize_script.php > /tmp/FreshRSS.log 2>&1