As a TL;DR checklist for getting started:
- Environment variables for
POSTGRES_USER,POSTGRES_PASSWORDandPOSTGRES_DBneed to be set from where you run docker. I recommend using the provided .env, and changing the password before running the containers for the first time. - If testing on localhost, set up TLS certificates to be trusted on your machine (instructions enclosed).
- Create a
profile.tomlfile inWyrm/c2/profilesas per the setup instructions.