更新代码配置

This commit is contained in:
YuCheng Hu 2023-04-07 13:06:58 -04:00
parent 47e1a3670b
commit 264ee357b5
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
version: '3'
services:
web:
image: repo-docker.ossez.com/docker-hub/usvisartrackapi:0.0.5-SNAPSHOT
container_name: usvisatrackapi
image: repo-docker.ossez.com/docker-hub/sharkfly-wechat-service:0.0.1-SNAPSHOT
container_name: sharkfly-wechat-service
restart: unless-stopped
volumes:
- /var/log/usvisatrack:/var/log/usvisatrack
- /var/log/sharkfly-wechat-service:/var/log/sharkfly-wechat-service
ports:
- "8383:8282"
- "8090:8080"
extra_hosts:
- "db-usvisatrack:158.69.254.99"
environment:

View File

@ -3,7 +3,7 @@ app.database.port=3306
app.database.name=usvisatrack
app.database.username=root
app.database.password=ETNN0sqc1qMbgQaeGKWL
app.web.host=8282
app.web.host=8080
crawl.retryCount=3
crawl.retryDelay=1000
crawl.timeout=30000