Add docker support for new api

This commit is contained in:
viktorstrate
2020-02-19 21:33:28 +01:00
parent 565eacb725
commit b8f960f058
8 changed files with 87 additions and 42 deletions

View File

@@ -2,5 +2,5 @@
MYSQL_URL=user:password@/dbname
API_PORT=4001
API_ENDPOINT=http://localhost:4001/
API_ENDPOINT=http://localhost:4001/
API_LISTEN_PORT=4001