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"]