Tweaked docker-compose

This commit is contained in:
2021-03-07 13:52:51 +11:00
parent b08e099b1e
commit 83af2b1395
2 changed files with 7 additions and 9 deletions
+1 -3
View File
@@ -4,9 +4,7 @@ An API centric auth server. Uses Sequelize and mariaDB by default.
# Setup
TODO: Dockerize this project
TODO: Write setup instructions, once dockerized
There are multiple ways to run this app - it can run on it's own via `npm start` (for production) or `npm run dev` (for development). it can also run inside docker using `docker-compose up --build` - run `node configure-script.js` to generate docker-compose.yml.
# API