You will need to have Docker Desktop installed.
You will need to copy .env.example
to .env
. Please see the Dockerfile
and docker-compose.yml
files for more information on how those settings are used.
While in the directory for this repository, run the following command:
docker compose up -d
While in the directory for this repository, run the following command:
docker compose down
docker ps # Will list the docker containers; grab the name or id
docker exec -it <id_or_name_of_container> bash