Author SHA1 Message Date
tobbbs 5657014293 Update compose.yaml 2026-06-15 12:01:37 +02:00
tobbbs 08e6f60e22 Update compose.yaml 2026-06-09 13:20:03 +02:00
tobbbs 176881da9d Add compose.yaml 2026-06-02 15:37:13 +02:00
+12 -45
View File
@@ -1,52 +1,19 @@
services: services:
mealie: databasement:
image: ghcr.io/mealie-recipes/mealie:v2.8.0 image: davidcrty/databasement:1
container_name: mealie container_name: databasement
restart: always user: "1000:1000"
# ports: # ports:
# - 9925:9000 # - 2226:2226
deploy: environment:
resources: - DB_CONNECTION=sqlite
limits: - DB_DATABASE=/data/database.sqlite
memory: 1000M # - ENABLE_QUEUE_WORKER=true
volumes:
- /opt/98_backups/databasement:/data
- /mnt/immich/Backups:/backups
networks: networks:
- bragi-local - bragi-local
volumes:
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
environment:
ALLOW_SIGNUP: "false"
TZ: Europe/Berlin
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
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
networks: networks:
bragi-local: bragi-local: