asdf
This commit is contained in:
parent
6c4130aaf3
commit
2d5c711979
1 changed files with 10 additions and 0 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
build: .
|
||||||
|
environment:
|
||||||
|
|
||||||
|
db:
|
||||||
|
image: mongo
|
||||||
|
ports: [27017:27017]
|
Loading…
Reference in a new issue