Files
SelfStack/inprep/applehealth-grafana/docker-compose.yml
2025-07-11 10:53:35 -05:00

19 lines
374 B
YAML

services:
web:
build: .
ports:
- 2006:2007
depends_on:
- influxdbV1
volumes:
- .:/app
influxdbV1:
image: influxdb:1.8.4
container_name: reachableceo-health-data
ports:
- "20007:8086"
volumes:
- reachableceo-health-data:/var/lib/influxdb
restart: unless-stopped
volumes:
reachableceo-health-data: