6f2e8d6e17dfdb52638480974e200d61cdc55f45
* Added new status and made changes to song queue status code * Saving changes * Got a test working * Got another test working * Got the last test working * Code cleanup * More minor changes * More minor changes * Minor changes
Getting Started
Docker
Make sure icarus_auth is located in the root of the parent directory if using docker.
Create a .env file for both projects - icarus_auth and icarus - in the root of each project.
Build containers
docker compose build --ssh default api auth_api
Bring it up
docker compose up -d --force-recreate api auth_api