diff --git a/NOC/compose.yml b/NOC/compose.yml index 0e5188d..84bac6c 100644 --- a/NOC/compose.yml +++ b/NOC/compose.yml @@ -28,34 +28,34 @@ services: interval: 5s timeout: 5s retries: 5 - freshrss: - image: freshrss/freshrss:latest - # # Optional build section if you want to build the image locally: - # build: - # # Pick #latest (slow releases) or #edge (rolling release) or a specific release like #1.27.1 - # context: https://github.com/FreshRSS/FreshRSS.git#latest - # dockerfile: Docker/Dockerfile-Alpine - container_name: freshrss - hostname: freshrss - restart: unless-stopped - logging: - options: - max-size: 10m - volumes: - - RSSdata:/var/www/FreshRSS/data - - RSSextensions:/var/www/FreshRSS/extensions - environment: - 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 + # freshrss: + # image: freshrss/freshrss:latest + # # # Optional build section if you want to build the image locally: + # # build: + # # # Pick #latest (slow releases) or #edge (rolling release) or a specific release like #1.27.1 + # # context: https://github.com/FreshRSS/FreshRSS.git#latest + # # dockerfile: Docker/Dockerfile-Alpine + # container_name: freshrss + # hostname: freshrss + # restart: unless-stopped + # logging: + # options: + # max-size: 10m + # volumes: + # - RSSdata:/var/www/FreshRSS/data + # - RSSextensions:/var/www/FreshRSS/extensions + # environment: + # 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 umami: image: ghcr.io/umami-software/umami:latest