add docker-compose file
This commit is contained in:
parent
a020f0cede
commit
9cf4501c1b
|
@ -0,0 +1,8 @@
|
|||
version: "2"
|
||||
|
||||
services:
|
||||
ponyapi:
|
||||
build: .
|
||||
ports:
|
||||
- "6452:5000"
|
||||
restart: always
|
Loading…
Reference in New Issue