Initial commit - All Portainer stacks from Mac

This commit is contained in:
Kevin Douglas
2026-04-27 10:05:40 -04:00
commit 49006ddd71
20 changed files with 571 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.8'
services:
freshrss:
image: lscr.io/linuxserver/freshrss:latest # or linuxserver/freshrss:latest
container_name: freshrss
restart: unless-stopped
ports:
- "8082:80" # Change the left number if you want a different host port
environment:
- PUID=1000 # ← CHANGE to your Pi user's UID (run `id` to check)
- PGID=1000 # ← CHANGE to your Pi user's GID
- TZ=America/New_York # ← CHANGE to your actual timezone
volumes:
- freshrss_config:/config
volumes:
freshrss_config: