docker compose v2

This commit is contained in:
Florian Zirker 2023-01-12 10:03:26 +01:00
parent bdefc29ce6
commit 0e1e41abfd
14 changed files with 14 additions and 28 deletions

View file

@ -1,8 +1,7 @@
version: "3.3"
services:
grafana:
image: grafana/grafana:8.1.3
image: grafana/grafana:${GRAFANA_VERSION}
restart: unless-stopped
expose:
- "3000"
@ -37,7 +36,7 @@ services:
grafanadb:
image: postgres:13
image: postgres:${POSTGRES_VERSION}
volumes:
- ${VOLUMES_PATH}/grafanadb:/var/lib/postgresql/data
networks:
@ -52,7 +51,7 @@ services:
influxdb:
image: influxdb:1.8
image: influxdb:${INFLUXDB_VERSION}
restart: unless-stopped
networks:
- web