mirror of
https://gitea.bearcatlog.com/Bryant/chassis-agent
synced 2026-03-12 10:08:13 +08:00
chore(hyl): 更新配置
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
hostname: 'apisix-dashboard'
|
||||
restart: always
|
||||
volumes:
|
||||
- ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
|
||||
- ./apisix/dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
|
||||
ports:
|
||||
- "9000:9000"
|
||||
networks:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
hostname: 'apisix'
|
||||
restart: always
|
||||
volumes:
|
||||
- ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
|
||||
- ./apisix/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
|
||||
depends_on:
|
||||
- etcd
|
||||
##network_mode: host
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
hostname: 'apisix-prometheus'
|
||||
restart: always
|
||||
volumes:
|
||||
- ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
- ./apisix/prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
- "9093:9090"
|
||||
networks:
|
||||
@@ -86,9 +86,9 @@ services:
|
||||
ports:
|
||||
- "3010:3000"
|
||||
volumes:
|
||||
- "./grafana_conf/provisioning:/etc/grafana/provisioning"
|
||||
- "./grafana_conf/dashboards:/var/lib/grafana/dashboards"
|
||||
- "./grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini"
|
||||
- "./apisix/grafana_conf/provisioning:/etc/grafana/provisioning"
|
||||
- "./apisix/grafana_conf/dashboards:/var/lib/grafana/dashboards"
|
||||
- "./apisix/grafana_conf/config/grafana.ini:/etc/grafana/grafana.ini"
|
||||
networks:
|
||||
apisix:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user