Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

develop:config.ini.example-change #388

Merged
merged 1 commit into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions conf/config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ user = root
password = dongtai-iast

[redis]
host = redis_server
port = redis_port
password = redis_password
db = broker_db
host = dongtai-redis
port = 6379
password = 123456
db = 0

[engine]
url = http://dongtai-engine:8000
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ services:
dongtai-redis:
image: dongtai/dongtai-redis:latest
restart: always
deploy:
replicas: 0
dongtai-webapi:
build:
context: .
Expand All @@ -19,7 +17,7 @@ services:
ports:
- "8000:8000"
environment:
# - PYTHONAGENT=TRUE
- PYTHONAGENT=TRUE
- DOC=TRUE
- debug=true
- SAVEEYE=TRUE
Expand Down