A GitHub workflow should be added that automatically builds the container image and pushes it to our registry. The documentation and docker-compose.yaml should then be updated to use the released image. The docker compose file should also be updated to take information from a .env file and this should be documented to ease use without having to check out the entire source base. The aim is that people just download the docker-compose.yaml file and then can ran it with a local .env file that docker compose uses.
A GitHub workflow should be added that automatically builds the container image and pushes it to our registry. The documentation and
docker-compose.yamlshould then be updated to use the released image. The docker compose file should also be updated to take information from a.envfile and this should be documented to ease use without having to check out the entire source base. The aim is that people just download thedocker-compose.yamlfile and then can ran it with a local.envfile that docker compose uses.