We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabcb81 commit a27109cCopy full SHA for a27109c
docker/docker-compose.yml
@@ -14,5 +14,17 @@ services:
14
- INFLUXDB_ADMIN_PASSWORD=passw0rd
15
- INFLUXDB_HTTP_BIND_ADDRESS=:8087
16
- INFLUXDB_HTTP_AUTH_ENABLED=false
17
+ chronograf:
18
+ image: chronograf:latest
19
+ network_mode: host
20
+ volumes:
21
+ - chronograf-storage:/var/lib/chronograf
22
+ depends_on:
23
+ - influxdbv1
24
+ environment:
25
+ - INFLUXDB_URL=http://localhost:8087
26
+ - INFLUXDB_USERNAME=tester
27
+ - INFLUXDB_PASSWORD=passw0rd
28
volumes:
29
influxdb-storage:
30
+ chronograf-storage:
0 commit comments