4 Commits
Author SHA1 Message Date
tobbbs d7af843302 Update compose.yaml 2026-05-27 13:28:28 +02:00
tobbbs 0e8df32227 Update README.md 2026-05-27 13:25:39 +02:00
tobbbs 271d835a26 Update compose.yaml 2026-05-26 16:36:43 +02:00
tobbbs 21278346fc Add compose.yaml 2026-05-26 16:35:29 +02:00
2 changed files with 31 additions and 46 deletions
+3 -5
View File
@@ -1,7 +1,5 @@
# Bragi-Local # Bragi-Local
My Compose Stacks for all my Docker Services running on my Local Server Services:
- Vikunja
06_maintanance: - Postgres for Vikunja
- Lubelogger
- Postgresql for Lubelogger
+28 -41
View File
@@ -1,52 +1,39 @@
services: services:
mealie: vikunja:
image: ghcr.io/mealie-recipes/mealie:v2.8.0 image: vikunja/vikunja
container_name: mealie networks:
restart: always - bragi-local
environment:
VIKUNJA_SERVICE_PUBLICURL: https://tasks.doeringer.eu
VIKUNJA_DATABASE_HOST: db
VIKUNJA_DATABASE_PASSWORD: Mu4snEKrHvFPxsEAS8fq
VIKUNJA_DATABASE_TYPE: postgres
VIKUNJA_DATABASE_USER: vikunja
VIKUNJA_DATABASE_DATABASE: vikunja
VIKUNJA_SERVICE_SECRET: MLuQnPRdYQSTFApQqsFSapyfGrbFsv
# ports: # ports:
# - 9925:9000 # - 3456:3456
deploy:
resources:
limits:
memory: 1000M #
networks:
- bragi-local
volumes: volumes:
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/ - /opt/docker/todo/files:/app/vikunja/files
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: depends_on:
postgres: db:
condition: service_healthy condition: service_healthy
postgres: restart: unless-stopped
db:
image: postgres:18
environment:
POSTGRES_PASSWORD: Mu4snEKrHvFPxsEAS8fq
POSTGRES_USER: vikunja
volumes:
- /opt/docker/todo/db:/var/lib/postgresql
networks: networks:
- bragi-local - bragi-local
container_name: 04_groceries_postgres restart: unless-stopped
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: healthcheck:
test: test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
- CMD interval: 2s
- pg_isready start_period: 30s
interval: 30s
timeout: 20s
retries: 3
volumes:
mealie-data: null
mealie-pgdata: null
networks: networks:
bragi-local: bragi-local: