Mount schema.sql in postgres init

main
Clawd 3 weeks ago
parent c019d33a4e
commit e91bf5f1e5

@ -9,6 +9,7 @@ services:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-braindb2026} POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-braindb2026}
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
- ./infra/database/schema.sql:/docker-entrypoint-initdb.d/01_schema.sql:ro
ports: ports:
- "5433:5432" - "5433:5432"
networks: networks:

Loading…
Cancel
Save

Powered by TurnKey Linux.