Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
412d412ab8 | ||
|
|
17b6f74694 | ||
|
|
888bcf2a5d | ||
|
|
f915ca3319 | ||
|
|
136e6de2e2 | ||
|
|
d9d52479e6 | ||
|
|
c60a382c98 | ||
|
|
8559192606 | ||
|
|
a415366e63 | ||
|
|
edef53f2eb | ||
|
|
0684f122f6 |
+45
-46
@@ -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
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
|
|
||||||
environment:
|
|
||||||
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
|
|
||||||
|
|
||||||
|
kavita:
|
||||||
|
image: lscr.io/linuxserver/kavita:latest
|
||||||
|
container_name: kavita
|
||||||
|
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
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user