fixed createSchema.sql syntax, added container name

This commit is contained in:
j-weissen 2022-11-29 11:23:44 +01:00
parent dc06005113
commit 576f4a4333
3 changed files with 13 additions and 12 deletions

View file

@ -3,6 +3,7 @@ version: '3.1'
services:
db:
build: backend/db
container_name: postgres-db
environment:
POSTGRES_DB: rr
POSTGRES_USER: postgres