general update oon docker config
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
||||
image: amir20/dozzle:latest
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
- ip4net
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
|
||||
@@ -7,6 +7,8 @@ services:
|
||||
image: grafana/grafana-oss:latest
|
||||
ports:
|
||||
- 8090:3000
|
||||
networks:
|
||||
- ip4net
|
||||
volumes:
|
||||
- ${MONITORING_PATH}/grafana/data:/var/lib/grafana
|
||||
labels:
|
||||
|
||||
@@ -7,6 +7,8 @@ services:
|
||||
image: prom/prometheus:latest
|
||||
ports:
|
||||
- 9090:9090
|
||||
networks:
|
||||
- ip4net
|
||||
volumes:
|
||||
- ${MONITORING_PATH}/prometheus/config:/etc/prometheus
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user