Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JThink committed Dec 4, 2017
1 parent a025127 commit cd0f2e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
restart: always
mem_limit: 2g
volumes:
- /home/upsmart/deploy/skyeye/logs/skyeye-collector/backup:/home/deploy/logs
- /home/upsmart/deploy/skyeye/logs/collector/backup:/home/deploy/logs
- /tmp/monitor-center:/tmp/monitor-center
skyeye-collector-indexer:
image: 192.168.88.73:8888/skyeye/skyeye-collector-indexer:1.3.0
Expand All @@ -30,29 +30,29 @@ services:
restart: always
mem_limit: 4g
volumes:
- /home/upsmart/deploy/skyeye/logs/skyeye-collector/indexer:/home/deploy/logs
- /home/upsmart/deploy/skyeye/logs/collector/indexer:/home/deploy/logs
skyeye-collector-metrics:
image: 192.168.88.73:8888/skyeye/skyeye-collector-metrics:1.3.0
container_name: skyeye-collector-metrics
scale: 3
restart: always
mem_limit: 2g
volumes:
- /home/upsmart/deploy/skyeye/logs/skyeye-collector/metrics:/home/deploy/logs
- /home/upsmart/deploy/skyeye/logs/collector/metrics:/home/deploy/logs
skyeye-collector-trace:
image: 192.168.88.73:8888/skyeye/skyeye-collector-trace:1.3.0
container_name: skyeye-collector-trace
scale: 3
restart: always
mem_limit: 3g
volumes:
- /home/upsmart/deploy/skyeye/logs/skyeye-collector/trace:/home/deploy/logs
- /home/upsmart/deploy/skyeye/logs/collector/trace:/home/deploy/logs
skyeye-web:
image: 192.168.88.73:8888/skyeye/skyeye-web:1.3.0
container_name: skyeye-web
restart: always
mem_limit: 4g
volumes:
- /home/upsmart/deploy/skyeye/logs/skyeye-web:/home/deploy/logs
- /home/upsmart/deploy/skyeye/logs/web:/home/deploy/logs
ports:
- "18090:8090"
2 changes: 1 addition & 1 deletion skyeye-alarm/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spring.mail.jthink.port=${mail.jthink.port}
spring.mail.jthink.from=${mail.jthink.from}
spring.mail.jthink.cc=${mail.jthink.cc}
spring.mail.jthink.password=${mail.jthink.password}
spring.alert.mail.switchFlag=${alert.mail.switchFlag}
spring.mail.jthink.switchFlag=${alert.mail.switchFlag}

0 comments on commit cd0f2e1

Please sign in to comment.