Compose-Examples/examples/firezone
2024-08-24 05:20:37 +02:00
..
.env Update .env 2024-02-28 17:13:47 +01:00
docker-compose.yml chore: fix bind volumes 2024-08-18 23:58:09 +02:00
README.md chore: update readme 2024-08-24 05:20:37 +02:00

Reference

Notes

  1. Download the docker-compose.yml file from this repository.
  2. Create a firezone .env file via the command docker run --rm l4rm4nd/firezone bin/gen-env > .env
  3. Adjust docker-compose.yml and created .env to your needs. Especially change the environment variables DEFAULT_ADMIN_EMAIL, DEFAULT_ADMIN_PASSWORD and EXTERNAL_URL to secure values!
  4. 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.

Warning

Firezone v0.7 has reached End-of-Life on 31st January 2024.

It undergoes a complete redesign (zero-knowledge, cloud) for v1.0 and won't provide any updates for the v0.7 (legacy) branch anymore. More information can be found here.

A new fork (l4rm4nd/fireabend) tries to fix outdated dependencies and keep the software alive.