chore: update docker compose

This commit is contained in:
Mikhail Bragin 2021-09-06 16:11:48 +02:00 committed by GitHub
parent a56aba8b06
commit 72197d1970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,20 @@
version: "3"
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:
image: wiretrustee/signal:latest