From d62fe5906b8522746afe98fd7f89e7119c8ecfe2 Mon Sep 17 00:00:00 2001 From: Aaron Pierson Date: Tue, 10 Mar 2026 18:34:03 -0500 Subject: [PATCH] timezone and healthcheck --- NOC/compose.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: