Make open source
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
db:
|
||||
image: postgres:10
|
||||
ports:
|
||||
- '5432:5432'
|
||||
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- '3000:3000'
|
||||
links:
|
||||
- db
|
Reference in New Issue
Block a user