Implement the majority of the API
This commit is contained in:
parent
e322f24457
commit
4b61e73573
15 changed files with 475 additions and 6 deletions
|
|
@ -11,6 +11,9 @@ services:
|
|||
- "6969:6969"
|
||||
environment:
|
||||
NODE_ENV: "dev"
|
||||
MYSQL_HOST: "db"
|
||||
MYSQL_USER: "root"
|
||||
MYSQL_PASSWORD: "root"
|
||||
healthcheck:
|
||||
disable: true
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue