Compose-Examples/examples/firezone
LRVT 56d36e26aa
Update README.md
adjust notes
2023-06-22 09:42:27 +02:00
..
docker-compose.yml add dockerized firezone 2023-06-22 09:40:05 +02:00
README.md Update README.md 2023-06-22 09:42:27 +02:00

Reference

Notes

  1. Download the docker-compose.yml and env.example file from this repository.
  2. Adjust the compose file to your needs.
  3. Renamte the env.example file to .env and adjust to your needs. Especially change the default secrets!
  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: This compose setup requires an already existing dockerized Traefik reverse proxy.