Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af1739b30d | ||
|
|
7daccdf71a | ||
|
|
cc75409d4b | ||
|
|
9092880b3e | ||
|
|
08c912b933 | ||
|
|
e126ce37af |
+45
-44
@@ -1,52 +1,53 @@
|
|||||||
services:
|
services:
|
||||||
freshrss:
|
mealie:
|
||||||
image: freshrss/freshrss:latest
|
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
||||||
container_name: freshrss
|
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:
|
environment:
|
||||||
|
ALLOW_SIGNUP: "false"
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
CRON_MIN: '*/15'
|
DB_ENGINE: postgres
|
||||||
# ports:
|
POSTGRES_USER: mealie
|
||||||
# - 80:80
|
POSTGRES_PASSWORD: mealie
|
||||||
volumes:
|
POSTGRES_SERVER: postgres
|
||||||
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
POSTGRES_PORT: 5432
|
||||||
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
POSTGRES_DB: mealie
|
||||||
restart: unless-stopped
|
depends_on:
|
||||||
|
postgres:
|
||||||
|
condition: service_healthy
|
||||||
|
postgres:
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- bragi-local
|
||||||
|
container_name: 04_groceries_postgres
|
||||||
kavita:
|
image: postgres:15
|
||||||
image: lscr.io/linuxserver/kavita:latest
|
restart: always
|
||||||
container_name: kavita
|
volumes:
|
||||||
|
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
POSTGRES_PASSWORD: mealie
|
||||||
- PGID=1000
|
POSTGRES_USER: mealie
|
||||||
- TZ=Europe/Berlin
|
PGUSER: mealie
|
||||||
volumes:
|
healthcheck:
|
||||||
- /opt/08_reading/kavita/config:/config
|
test:
|
||||||
- /mnt/immich/Books:/books
|
- CMD
|
||||||
# - /path/to/data:/data #optional
|
- pg_isready
|
||||||
# ports:
|
interval: 30s
|
||||||
# - 5000:5000
|
timeout: 20s
|
||||||
restart: unless-stopped
|
retries: 3
|
||||||
networks:
|
volumes:
|
||||||
- bragi-local
|
mealie-data: null
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user