Skip to content

Commit 7bea4a9

Browse files
committed
Remove errors
1 parent 0ebcf37 commit 7bea4a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/docker/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ CHATBOT_SERVER_PORT=5002
55
ENABLE_SHELL_INJECTION=false
66
ENABLE_LOG4J=false
77
LISTEN_IP="127.0.0.1"
8-
TLS_ENABLED=false
8+
TLS_ENABLED=true
99
VERSION=latest
1010
LOG_LEVEL=INFO

deploy/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ services:
1515
crapi-identity:
1616
container_name: crapi-identity
1717
image: crapi/crapi-identity:${VERSION:-latest}
18-
ports:
19-
- "${LISTEN_IP:-127.0.0.1}:8080:8080"
18+
# ports:
19+
# - "${LISTEN_IP:-127.0.0.1}:8080:8080"
2020
volumes:
2121
- ./keys:/app/keys
2222
environment:

0 commit comments

Comments
 (0)