Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 578 Bytes

File metadata and controls

9 lines (7 loc) · 578 Bytes

e-hacking deployment

This project provides an example configuration how we deploy our eHacking platfrom at University of Wuppertal.

Deployment

  • Configure your .env file. Setups hostnames, ports, etc.
  • Configure your flags in flags.env. You can generate random strings using the create_flags.sh script. Update your flags afterwards manually and keep them secret.
  • Podman Compose currently does not support multiple --env-file like docker. Use. start.sh instead.
  • Start the e-hacking deployment with: docker compose --env-file flags.env --env-file .env up -d