diff --git a/NOC/compose.yml b/NOC/compose.yml index 7461180..5396190 100644 --- a/NOC/compose.yml +++ b/NOC/compose.yml @@ -45,9 +45,17 @@ services: - RSSdata:/var/www/FreshRSS/data - RSSextensions:/var/www/FreshRSS/extensions environment: - TZ: Europe/Paris + TZ: America/Chicago CRON_MIN: '3,33' 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: postgres_data: