fix: docker compose

This commit is contained in:
braginini 2021-09-07 10:25:55 +02:00
parent 13b4be31df
commit 879750af7c

View File

@ -6,12 +6,12 @@ services:
restart: unless-stopped
ports:
- 80:80
- 443:443
# - 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>
- AUTH0_DOMAIN=<YOUR AUTH0 DOMAIN>
- AUTH0_CLIENT_ID=<YOUR AUTH0 CLIENT ID>
- AUTH0_AUDIENCE=<YOUR AUTH0 AUDIENCE>
- WIRETRUSTEE_MGMT_API_ENDPOINT=http://localhost:33071
# - NGINX_SSL_PORT: 443
# - LETSENCRYPT_DOMAIN: <YOUR DOMAIN>
# - LETSENCRYPT_EMAIL: <YOUR EMAIL>
@ -36,7 +36,8 @@ services:
- ./config.json:/etc/wiretrustee/management.json
# - /var/log/wiretrustee/management.log:/var/log/wiretrustee/management.log
ports:
- 33073:33073
- 33073:33073 #gRPC port
- 33071:33071 #HTTP port
# # port and command for Let's Encrypt validation
# - 443:443
# command: ["--letsencrypt-domain", "<YOUR-DOMAIN>", "--log-file", "console"]