rss
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-11 09:16:41 -05:00
parent 81b94aecc4
commit 86c7aff6af

View File

@@ -28,34 +28,34 @@ services:
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
freshrss: # freshrss:
image: freshrss/freshrss:latest # image: freshrss/freshrss:latest
# # Optional build section if you want to build the image locally: # # # Optional build section if you want to build the image locally:
# build: # # build:
# # Pick #latest (slow releases) or #edge (rolling release) or a specific release like #1.27.1 # # # Pick #latest (slow releases) or #edge (rolling release) or a specific release like #1.27.1
# context: https://github.com/FreshRSS/FreshRSS.git#latest # # context: https://github.com/FreshRSS/FreshRSS.git#latest
# dockerfile: Docker/Dockerfile-Alpine # # dockerfile: Docker/Dockerfile-Alpine
container_name: freshrss # container_name: freshrss
hostname: freshrss # hostname: freshrss
restart: unless-stopped # restart: unless-stopped
logging: # logging:
options: # options:
max-size: 10m # max-size: 10m
volumes: # volumes:
- RSSdata:/var/www/FreshRSS/data # - RSSdata:/var/www/FreshRSS/data
- RSSextensions:/var/www/FreshRSS/extensions # - RSSextensions:/var/www/FreshRSS/extensions
environment: # environment:
TZ: America/Chicago # 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: # # # Optional healthcheck section:
healthcheck: # healthcheck:
test: ["CMD", "cli/health.php"] # test: ["CMD", "cli/health.php"]
timeout: 10s # timeout: 10s
start_period: 60s # start_period: 60s
start_interval: 11s # start_interval: 11s
interval: 75s # interval: 75s
retries: 3 # retries: 3
umami: umami:
image: ghcr.io/umami-software/umami:latest image: ghcr.io/umami-software/umami:latest