We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebcf37 commit 7bea4a9Copy full SHA for 7bea4a9
deploy/docker/.env
@@ -5,6 +5,6 @@ CHATBOT_SERVER_PORT=5002
5
ENABLE_SHELL_INJECTION=false
6
ENABLE_LOG4J=false
7
LISTEN_IP="127.0.0.1"
8
-TLS_ENABLED=false
+TLS_ENABLED=true
9
VERSION=latest
10
LOG_LEVEL=INFO
deploy/docker/docker-compose.yml
@@ -15,8 +15,8 @@ services:
15
crapi-identity:
16
container_name: crapi-identity
17
image: crapi/crapi-identity:${VERSION:-latest}
18
- ports:
19
- - "${LISTEN_IP:-127.0.0.1}:8080:8080"
+ # ports:
+ # - "${LISTEN_IP:-127.0.0.1}:8080:8080"
20
volumes:
21
- ./keys:/app/keys
22
environment:
0 commit comments