This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user