mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
.. | ||
.env_example | ||
docker-compose.yml | ||
README.md |
Reference
Notes
- Download the
docker-compose.yml
file from this repository. - Create a firezone
.env
file via the commanddocker run --rm firezone/firezone bin/gen-env > .env
- Adjust
docker-compose.yml
and created.env
to your needs. Especially change the environment variablesDEFAULT_ADMIN_EMAIL
,DEFAULT_ADMIN_PASSWORD
andEXTERNAL_URL
to 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: This compose setup requires an already existing dockerized Traefik reverse proxy. Alternatively, remove the Traefik labels and directly use TCP/13000 (HTTP).