diff --git a/NOC/compose.yml b/NOC/compose.yml index 1abafb4..7461180 100644 --- a/NOC/compose.yml +++ b/NOC/compose.yml @@ -27,6 +27,30 @@ services: 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: Europe/Paris + CRON_MIN: '3,33' + TRUSTED_PROXY: 172.16.0.1/12 192.168.0.1/16 + volumes: postgres_data: - warracker_uploads: \ No newline at end of file + warracker_uploads: + RSSdata: + RSSextensions: \ No newline at end of file