Author SHA1 Message Date
tobbbs 412d412ab8 Update compose.yaml 2026-07-01 17:05:36 +02:00
tobbbs 17b6f74694 Update compose.yaml 2026-07-01 16:47:18 +02:00
tobbbs 888bcf2a5d Update compose.yaml 2026-07-01 16:39:27 +02:00
tobbbs f915ca3319 Update compose.yaml 2026-07-01 16:36:01 +02:00
tobbbs 136e6de2e2 Update compose.yaml 2026-06-19 11:22:03 +02:00
tobbbs d9d52479e6 Update compose.yaml 2026-06-19 11:16:19 +02:00
tobbbs c60a382c98 Update compose.yaml 2026-06-14 23:17:26 +02:00
tobbbs 8559192606 Update compose.yaml 2026-06-10 12:14:17 +02:00
tobbbs a415366e63 Update compose.yaml 2026-06-10 12:13:36 +02:00
tobbbs edef53f2eb Update compose.yaml 2026-06-10 12:09:25 +02:00
tobbbs 0684f122f6 Add compose.yaml 2026-06-10 12:07:12 +02:00
+44 -45
View File
@@ -1,53 +1,52 @@
services: services:
mealie: freshrss:
image: ghcr.io/mealie-recipes/mealie:v2.8.0 image: freshrss/freshrss:latest
container_name: mealie container_name: freshrss
restart: always
# ports:
# - 9925:9000
deploy:
resources:
limits:
memory: 1000M #
networks:
- bragi-local
volumes:
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
environment: environment:
ALLOW_SIGNUP: "false"
TZ: Europe/Berlin TZ: Europe/Berlin
DB_ENGINE: postgres CRON_MIN: '*/15'
POSTGRES_USER: mealie # ports:
POSTGRES_PASSWORD: mealie # - 80:80
POSTGRES_SERVER: postgres volumes:
POSTGRES_PORT: 5432 - /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
POSTGRES_DB: mealie - /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
depends_on: restart: unless-stopped
postgres:
condition: service_healthy
postgres:
networks: networks:
- bragi-local - bragi-local
container_name: 04_groceries_postgres
image: postgres:15 kavita:
restart: always image: lscr.io/linuxserver/kavita:latest
volumes: container_name: kavita
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
environment: environment:
POSTGRES_PASSWORD: mealie - PUID=1000
POSTGRES_USER: mealie - PGID=1000
PGUSER: mealie - TZ=Europe/Berlin
healthcheck: volumes:
test: - /opt/08_reading/kavita/config:/config
- CMD - /mnt/immich/Books:/books
- pg_isready # - /path/to/data:/data #optional
interval: 30s # ports:
timeout: 20s # - 5000:5000
retries: 3 restart: unless-stopped
volumes: networks:
mealie-data: null - bragi-local
mealie-pgdata: null
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
networks: networks:
bragi-local: bragi-local:
external: true external: true