mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 23:44:05 +01:00
Reference
Notes
- Download the
docker-compose.ymlfile from this repository. - Create a firezone
.envfile via the commanddocker run --rm firezone/firezone bin/gen-env > .env - Adjust
docker-compose.ymland created.envto your needs. Especially change the environment variablesDEFAULT_ADMIN_EMAIL,DEFAULT_ADMIN_PASSWORDandEXTERNAL_URLto secure values! - 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: It is recommended to run the Firezone web panel behind a reverse proxy (e.g. Traefik) if you want to expose it. Alternatively, keep it running on http://127.0.0.1:13000.