bitwarden

This commit is contained in:
jaydee
2024-10-20 11:39:44 +02:00
parent d9fc5d7055
commit 35e6f14d8b

View File

@ -95,4 +95,17 @@ services:
container_name: grafana
image: grafana/grafana
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