aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml (follow)
Commit message (Collapse)AuthorAgeLines
* Update Compose setup with new backend run flags (removal of --debug)Gravatar Joe Banks2024-07-09-4/+2
|
* Set Compose Backend Start CommandGravatar Hassan Abouelela2022-05-06-0/+1
| | | | | | Updates the command used for the backend in the compose to the development one. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump Node in DockerfileGravatar Hassan Abouelela2022-01-30-8/+8
| | | | | Bumps the node version in the dockerfile, and cleans up the docker compose.
* Adds Docker ComposeGravatar Hassan Abouelela2022-01-30-0/+52
Includes backend and all dependencies, loads project files as volumes, and forwards port 3000. Signed-off-by: Hassan Abouelela <[email protected]>