This is the project that creates a chathackers docker container on a matrix server that was set up using the matrix-ansible-docker-deploy playbook. It assumes that a chathackers domain (main branch uses chathackers.uk) is pointing at the IP of the matrix server.
In a folder called secrets, put any chathackers registration jsons, e.g. example.json
- put new env variables in the .env
- run
docker compose build --no-cacheto build the container - run
docker compose up -dto start the container - run
docker psto see the container - run
docker exec -it chathackers_uk bashto open the container