Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7b317fb41 |
+13
-50
@@ -1,53 +1,16 @@
|
|||||||
services:
|
services:
|
||||||
mealie:
|
beszel-agent:
|
||||||
image: ghcr.io/mealie-recipes/mealie:v2.8.0
|
image: henrygd/beszel-agent
|
||||||
container_name: mealie
|
container_name: beszel-agent
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
# ports:
|
network_mode: host
|
||||||
# - 9925:9000
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 1000M #
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
volumes:
|
volumes:
|
||||||
- /home/shrek/docker/stack/mealie/mealie-data:/app/data/
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
- ./beszel_agent_data:/var/lib/beszel-agent
|
||||||
|
# monitor other disks / partitions by mounting a folder in /extra-filesystems
|
||||||
|
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
|
||||||
environment:
|
environment:
|
||||||
ALLOW_SIGNUP: "false"
|
LISTEN: 45876
|
||||||
TZ: Europe/Berlin
|
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd'
|
||||||
DB_ENGINE: postgres
|
TOKEN: b171f6b8-0414-4ab2-a4e2-5bdd635fa882
|
||||||
POSTGRES_USER: mealie
|
HUB_URL: https://beszel.doeringer.eu
|
||||||
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:
|
|
||||||
bragi-local:
|
|
||||||
external: true
|
|
||||||
Reference in New Issue
Block a user