added docker-compose.yml in root, added backend/README.md
This commit is contained in:
parent
7a5596a4a8
commit
b25d5cc0f4
2 changed files with 39 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
db:
|
||||
build: backend/db
|
||||
environment:
|
||||
POSTGRES_DB: rr
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
volumes:
|
||||
- ./pgdata:/var/lib/postgresql/data
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue