mirror of
https://gitee.com/novel_dev_team/novel-cloud
synced 2026-07-20 17:55:01 +08:00
chore: 编排 novel-monitor 监控服务
This commit is contained in:
@@ -142,6 +142,20 @@ services:
|
||||
networks:
|
||||
- novelnet
|
||||
|
||||
novel-monitor:
|
||||
build: ./novel-monitor
|
||||
image: novel-monitor:2.0.1
|
||||
container_name: novel-monitor
|
||||
restart: "always"
|
||||
environment:
|
||||
- NACOS_ADDR=novel-nacos-server:8848
|
||||
ports:
|
||||
- "8898:8898"
|
||||
depends_on:
|
||||
- novel-nacos-server
|
||||
networks:
|
||||
- novelnet
|
||||
|
||||
networks:
|
||||
novelnet:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user