This commit is contained in:
master
2026-02-04 20:00:47 +02:00
parent 5548cf83bf
commit 9339a8952c

View File

@@ -28,6 +28,7 @@ services:
POSTGRES_DB: ${POSTGRES_DB:-stellaops_dev}
volumes:
- postgres-data:/var/lib/postgresql/data
- ./postgres-init:/docker-entrypoint-initdb.d:ro
ports:
- "127.1.1.1:${POSTGRES_PORT:-5432}:5432"
healthcheck: