mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 08:54:09 -04:00
Update docker-compose.yml
This commit is contained in:
@@ -17,19 +17,6 @@ services:
|
|||||||
- DOCKER_INFLUXDB_INIT_ORG=${INFLUXDB_ORG}
|
- DOCKER_INFLUXDB_INIT_ORG=${INFLUXDB_ORG}
|
||||||
- DOCKER_INFLUXDB_INIT_BUCKET=${INFLUXDB_BUCKET}
|
- DOCKER_INFLUXDB_INIT_BUCKET=${INFLUXDB_BUCKET}
|
||||||
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=${INFLUXDB_ADMIN_TOKEN}
|
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=${INFLUXDB_ADMIN_TOKEN}
|
||||||
chronograf:
|
|
||||||
image: chronograf:latest
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- '8888:8888'
|
|
||||||
volumes:
|
|
||||||
- chronograf-storage:/var/lib/chronograf
|
|
||||||
depends_on:
|
|
||||||
- influxdb
|
|
||||||
environment:
|
|
||||||
- INFLUXDB_URL=http://influxdb:8086
|
|
||||||
- INFLUXDB_USERNAME=${INFLUXDB_ADMIN_USER}
|
|
||||||
- INFLUXDB_PASSWORD=${INFLUXDB_ADMIN_PASSWORD}
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user