Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Simplify the docker compose build config | 2024-07-16 | -3/+1 | |
| | ||||
* | Add redis to docker-compose for backend cache | 2024-07-16 | -0/+7 | |
| | ||||
* | Only bind to loop back address, rather than all interfaces | 2024-07-16 | -2/+2 | |
| | ||||
* | Update Compose setup with new backend run flags (removal of --debug) | 2024-07-09 | -4/+2 | |
| | ||||
* | Set Compose Backend Start Command | 2022-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 Dockerfile | 2022-01-30 | -8/+8 | |
| | | | | | Bumps the node version in the dockerfile, and cleans up the docker compose. | |||
* | Adds Docker Compose | 2022-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]> |