add init postgres schema

This commit is contained in:
lesion
2019-03-05 01:37:46 +01:00
parent 4f68d61aca
commit dfe6325f3c
3 changed files with 495 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ services:
POSTGRES_PASSWORD: 12345
POSTGRES_USER: postgres
POSTGRES_DB: gancio
volumes:
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
app:
build: .