fixed createSchema.sql syntax, added container name
This commit is contained in:
parent
dc06005113
commit
576f4a4333
3 changed files with 13 additions and 12 deletions
|
|
@ -3,6 +3,7 @@ version: '3.1'
|
|||
services:
|
||||
db:
|
||||
build: backend/db
|
||||
container_name: postgres-db
|
||||
environment:
|
||||
POSTGRES_DB: rr
|
||||
POSTGRES_USER: postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue