Move prometheus from synapse to here
This commit is contained in:
parent
de0dfd63c6
commit
15fb0079c1
@ -34,19 +34,13 @@ services:
|
|||||||
- 127.0.0.1:84:3000
|
- 127.0.0.1:84:3000
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
#prometheus:
|
prometheus:
|
||||||
# image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
# restart: always
|
restart: always
|
||||||
# command:
|
command:
|
||||||
# - --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./prometheus.yml:/etc/prometheus/prometheus.yml
|
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||||||
# - ./prometheus:/prometheus
|
- ./data/prometheus:/prometheus
|
||||||
# networks:
|
extra_hosts:
|
||||||
# - default
|
- "host.docker.internal:host-gateway"
|
||||||
# - synapse
|
|
||||||
|
|
||||||
#networks:
|
|
||||||
# synapse:
|
|
||||||
# external: true
|
|
||||||
# name: synapse_default
|
|
||||||
|
Reference in New Issue
Block a user