add init postgres schema
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user