Author SHA1 Message Date
tobbbs af1739b30d Update compose.yaml 2026-07-14 17:28:26 +02:00
tobbbs 7daccdf71a Update compose.yaml 2026-07-14 16:29:27 +02:00
tobbbs cc75409d4b Update compose.yaml 2026-07-14 16:28:16 +02:00
tobbbs 9092880b3e Update compose.yaml 2026-06-02 17:05:10 +02:00
tobbbs 08c912b933 Update compose.yaml 2026-06-02 17:04:24 +02:00
tobbbs e126ce37af Add compose.yaml 2026-06-02 17:02:46 +02:00
+43 -42
View File
@@ -1,51 +1,52 @@
services:
freshrss:
image: freshrss/freshrss:latest
container_name: freshrss
mealie:
image: ghcr.io/mealie-recipes/mealie:v2.8.0
container_name: mealie
restart: always
# ports:
# - 9925:9000
deploy:
resources:
limits:
memory: 1000M #
networks:
- bragi-local
volumes:
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
environment:
ALLOW_SIGNUP: "false"
TZ: Europe/Berlin
CRON_MIN: '*/15'
# ports:
# - 80:80
volumes:
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
restart: unless-stopped
DB_ENGINE: postgres
POSTGRES_USER: mealie
POSTGRES_PASSWORD: mealie
POSTGRES_SERVER: postgres
POSTGRES_PORT: 5432
POSTGRES_DB: mealie
depends_on:
postgres:
condition: service_healthy
postgres:
networks:
- bragi-local
kavita:
image: lscr.io/linuxserver/kavita:latest
container_name: kavita
container_name: 04_groceries_postgres
image: postgres:15
restart: always
volumes:
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- /opt/08_reading/kavita/config:/config
- /mnt/immich/Books:/books
# - /path/to/data:/data #optional
# ports:
# - 5000:5000
restart: unless-stopped
networks:
- bragi-local
leafwiki:
image: ghcr.io/perber/leafwiki:latest
container_name: leafwiki
user: 1000:1000
# ports:
# - "8080:8080"
environment:
- LEAFWIKI_JWT_SECRET=${JWT}
- LEAFWIKI_ADMIN_PASSWORD=${ADMIN}
- LEAFWIKI_ALLOW_INSECURE=true
volumes:
- /opt/08_reading/leafwiki:/app/data
restart: unless-stopped
networks:
- bragi-local
POSTGRES_PASSWORD: mealie
POSTGRES_USER: mealie
PGUSER: mealie
healthcheck:
test:
- CMD
- pg_isready
interval: 30s
timeout: 20s
retries: 3
volumes:
mealie-data: null
mealie-pgdata: null
networks:
bragi-local: