From 879750af7ce4075afcb1d20c9a7382123f1397dd Mon Sep 17 00:00:00 2001 From: braginini Date: Tue, 7 Sep 2021 10:25:55 +0200 Subject: [PATCH] fix: docker compose --- infrastructure_files/docker-compose.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/infrastructure_files/docker-compose.yml b/infrastructure_files/docker-compose.yml index 4aa600298..4e7a35d27 100644 --- a/infrastructure_files/docker-compose.yml +++ b/infrastructure_files/docker-compose.yml @@ -6,12 +6,12 @@ services: restart: unless-stopped ports: - 80:80 - - 443:443 +# - 443:443 environment: - - AUTH0_DOMAIN: - - AUTH0_CLIENT_ID: - - AUTH0_AUDIENCE: - - WIRETRUSTEE_MGMT_API_ENDPOINT: + - AUTH0_DOMAIN= + - AUTH0_CLIENT_ID= + - AUTH0_AUDIENCE= + - WIRETRUSTEE_MGMT_API_ENDPOINT=http://localhost:33071 # - NGINX_SSL_PORT: 443 # - LETSENCRYPT_DOMAIN: # - LETSENCRYPT_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", "", "--log-file", "console"]