mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
bitwarden
This commit is contained in:
@ -95,4 +95,17 @@ services:
|
|||||||
container_name: grafana
|
container_name: grafana
|
||||||
image: grafana/grafana
|
image: grafana/grafana
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: true
|
com.centurylinklabs.watchtower.enable: true
|
||||||
|
influxdb:
|
||||||
|
ports:
|
||||||
|
- 8086:8086
|
||||||
|
volumes:
|
||||||
|
- $PWD/data:/var/lib/influxdb2
|
||||||
|
- $PWD/config:/etc/influxdb2
|
||||||
|
environment:
|
||||||
|
- DOCKER_INFLUXDB_INIT_MODE=setup
|
||||||
|
- DOCKER_INFLUXDB_INIT_USERNAME=jaydee
|
||||||
|
- DOCKER_INFLUXDB_INIT_PASSWORD=jaydee
|
||||||
|
- DOCKER_INFLUXDB_INIT_ORG=jaydee
|
||||||
|
- DOCKER_INFLUXDB_INIT_BUCKET=jaydee
|
||||||
|
image: influxdb:2
|
Reference in New Issue
Block a user