mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-24 06:02:21 +01:00
chore: update docker compose
This commit is contained in:
parent
a56aba8b06
commit
72197d1970
@ -1,5 +1,20 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
|
#UI dashboard
|
||||||
|
dashboard:
|
||||||
|
image: wiretrustee/dashboard:main
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
environment:
|
||||||
|
- AUTH0_DOMAIN: <YOUR AUTH0 DOMAIN>
|
||||||
|
- AUTH0_CLIENT_ID: <YOUR AUTH0 CLIENT ID>
|
||||||
|
- AUTH0_AUDIENCE: <YOUR AUTH0 AUDIENCE>
|
||||||
|
- WIRETRUSTEE_MGMT_API_ENDPOINT: <YOUR WIRETRUSTEE MANAGEMENT API ENDPOINT>
|
||||||
|
# - NGINX_SSL_PORT: 443
|
||||||
|
# - LETSENCRYPT_DOMAIN: <YOUR DOMAIN>
|
||||||
|
# - LETSENCRYPT_EMAIL: <YOUR EMAIL>
|
||||||
# Signal
|
# Signal
|
||||||
signal:
|
signal:
|
||||||
image: wiretrustee/signal:latest
|
image: wiretrustee/signal:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user