Add docker-compose file

This commit is contained in:
Glenn Y. Rolland 2021-04-10 12:41:15 +02:00
parent da58fef783
commit 0a1059fe0d

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
---
version: "3.4"
services:
app:
build: .
environment: {}
ports:
- 5100:5100
- 5200:5200
#