mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-03 12:28:44 +00:00
Reference
Notes
- Download the
docker-compose.yml
andenv.example
file from this repository. - Adjust the compose file to your needs.
- Renamte the
env.example
file to.env
and adjust to your needs. Especially change the default secrets! - Proceed by executing the below commands.
docker compose run --rm firezone bin/migrate
docker compose run --rm firezone bin/create-or-reset-admin
docker compose up -d
Note: This compose setup requires an already existing dockerized Traefik reverse proxy.