3 Commits
Author SHA1 Message Date
tobbbs 4082c7513f Update compose.yaml 2026-06-15 14:06:38 +02:00
tobbbs 56adfde7dd Update compose.yaml 2026-06-15 13:56:01 +02:00
tobbbs fb67719bb7 Add compose.yaml 2026-06-15 12:18:27 +02:00
+21 -42
View File
@@ -1,52 +1,31 @@
services: services:
mealie: open-webui:
image: ghcr.io/mealie-recipes/mealie:v2.8.0
container_name: mealie
restart: always
# ports: # ports:
# - 9925:9000 # - 3000:8080
deploy: deploy:
resources: resources:
limits: reservations:
memory: 1000M # devices:
networks: - driver: nvidia
- bragi-local count: all
capabilities:
- gpu
volumes: volumes:
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/ - /opt/09_ki/ollama:/root/.ollama
environment: - /opt/09_ki/open-webui:/app/backend/data
ALLOW_SIGNUP: "false" container_name: open-webui
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 restart: always
volumes: image: ghcr.io/open-webui/open-webui:ollama
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data networks:
environment: - bragi-local
POSTGRES_PASSWORD: mealie
POSTGRES_USER: mealie
PGUSER: mealie
healthcheck:
test:
- CMD
- pg_isready
interval: 30s
timeout: 20s
retries: 3
volumes: volumes:
mealie-data: null ollama:
mealie-pgdata: null external: true
name: ollama
open-webui:
external: true
name: open-webui
networks: networks:
bragi-local: bragi-local: