3
This commit is contained in:
@@ -28,6 +28,7 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRES_DB:-stellaops_dev}
|
POSTGRES_DB: ${POSTGRES_DB:-stellaops_dev}
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
|
- ./postgres-init:/docker-entrypoint-initdb.d:ro
|
||||||
ports:
|
ports:
|
||||||
- "127.1.1.1:${POSTGRES_PORT:-5432}:5432"
|
- "127.1.1.1:${POSTGRES_PORT:-5432}:5432"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user