chore(prod): support .env.docker in crons, fix WAL mapping and add canvas copy in Dockerfile
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-20 19:21:49 +00:00
parent 495f9a631b
commit 2db12adffc
7 changed files with 48 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ services:
POSTGRES_DB: ${POSTGRES_DB:-memento}
volumes:
- postgres-data:/var/lib/postgresql/data
- ./backups:/var/lib/postgresql/backups
ports:
- "127.0.0.1:${POSTGRES_PORT:-5433}:5432"
healthcheck: