timezone and healthcheck
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-10 18:34:03 -05:00
parent f676bf6bbb
commit d62fe5906b

View File

@@ -45,9 +45,17 @@ services:
- RSSdata:/var/www/FreshRSS/data - RSSdata:/var/www/FreshRSS/data
- RSSextensions:/var/www/FreshRSS/extensions - RSSextensions:/var/www/FreshRSS/extensions
environment: environment:
TZ: Europe/Paris TZ: America/Chicago
CRON_MIN: '3,33' CRON_MIN: '3,33'
TRUSTED_PROXY: 172.16.0.1/12 192.168.0.1/16 TRUSTED_PROXY: 172.16.0.1/12 192.168.0.1/16
# # Optional healthcheck section:
healthcheck:
test: ["CMD", "cli/health.php"]
timeout: 10s
start_period: 60s
start_interval: 11s
interval: 75s
retries: 3
volumes: volumes:
postgres_data: postgres_data: