mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
fix freshrss
This commit is contained in:
@@ -1,16 +1,20 @@
|
|||||||
# documentation: https://freshrss.org/index.html
|
# documentation: https://freshrss.org/index.html
|
||||||
# slogan: A free, self-hostable feed aggregator.
|
# slogan: A free, self-hostable feed aggregator.
|
||||||
# tags: rss, feed
|
# tags: rss, feed
|
||||||
|
# logo: svgs/freshrss.svg
|
||||||
|
# port: 80
|
||||||
|
|
||||||
services:
|
services:
|
||||||
freshrss:
|
freshrss:
|
||||||
image: freshrss/freshrss:latest
|
image: freshrss/freshrss:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_FRESHRSS_80
|
- SERVICE_FQDN_FRESHRSS_80
|
||||||
- POSTGRES_DB=freshrss
|
- CRON_MIN=${CRON_MIN:-1,31}
|
||||||
- POSTGRES_USER=$SERVICE_USER_POSTGRES
|
|
||||||
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
|
|
||||||
- 'CRON_MIN=1,31'
|
|
||||||
volumes:
|
volumes:
|
||||||
- freshrss_data:/var/www/FreshRSS/data
|
- freshrss-data:/var/www/FreshRSS/data
|
||||||
- freshrss_extensions:/var/www/FreshRSS/extensions
|
- freshrss-extensions:/var/www/FreshRSS/extensions
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/80' || exit 1"]
|
||||||
|
interval: 5s
|
||||||
|
timeout: 20s
|
||||||
|
retries: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user