Add docker-compose file
This commit is contained in:
parent
da58fef783
commit
0a1059fe0d
1 changed files with 12 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
version: "3.4"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
build: .
|
||||||
|
environment: {}
|
||||||
|
ports:
|
||||||
|
- 5100:5100
|
||||||
|
- 5200:5200
|
||||||
|
|
||||||
|
#
|
Loading…
Reference in a new issue