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

Commit

Permalink
Merge pull request #388 from Bidaya0/config.ini.example-change
Browse files Browse the repository at this point in the history
develop:config.ini.example-change
  • Loading branch information
Bidaya0 authored Jan 12, 2022
2 parents cb74cf4 + e5d1d63 commit 8ac721c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
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

0 comments on commit 8ac721c

Please sign in to comment.