This project provides an example configuration how we deploy our eHacking platfrom at University of Wuppertal.
- Configure your
.envfile. Setups hostnames, ports, etc. - Configure your flags in
flags.env. You can generate random strings using thecreate_flags.shscript. Update your flags afterwards manually and keep them secret. - Podman Compose currently does not support multiple
--env-filelike docker. Use.start.shinstead. - Start the e-hacking deployment with:
docker compose --env-file flags.env --env-file .env up -d