This project has been created as part of the 42 curriculum by srahhali
The required environment variables can be found in USER_DOC.md
Refer to USER_DOC.md for instructions on building and launching.
docker compose exec allows you to execute a shell in any of the running containers.
docker compose cp allows you to copy a file into any of the running containers.
docker compose kill allows you to force stop any of the running containers.
docker compose start allows you to start any of the running containers.
docker compose stop allows you to stop any of the running containers.
docker compose volumes allows you to inspect any of the containers' volumes.
The data is stored in the user srahhali's home directory, in the data directory.
If running as another user, change all the hardcoded srahhali references to
desired user.
This data persist from container launch to container launch due to it being mounted during runtime into the container, and the real data being stored outside the container.