Unified multiple Docker Compose files into one for easier usage

This commit is contained in:
croumegous
2022-12-28 13:00:53 +01:00
parent 43550f62d7
commit 64206895ff
9 changed files with 119 additions and 156 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Frontend Development Setup
Run `docker compose up --build` to start a database and the backend server.
In root directory run `docker compose up frontend-dev --build` to start a database and the backend server.
Then, point your frontend at `http://localhost:8080` to start developing. During development, any API key will be accepted.