add dockerized firezone

This commit is contained in:
LRVT
2023-06-22 09:40:05 +02:00
parent 554eeaf3e9
commit 33d04d9d7b
3 changed files with 86 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
# Reference
- https://www.firezone.dev/docs/deploy/docker
# Notes
1. Download the `docker-compose.yml` and `.env` file from this repository.
2. Adjust both files to your needs. Especially change the default secrets!
3. 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.