Telemax/telemetry-server/docker-compose.yml

13 lines
383 B
YAML

# Maintainer-only install counter — NOT part of a normal Telemax deployment.
# Deploy on the monitoring host (the DDNS points here):
# cd telemetry-server && echo "STATS_KEY=<random>" > .env && docker compose up -d --build
services:
telemetry:
build: .
restart: unless-stopped
ports:
- "3100:3100"
env_file:
- .env
volumes:
- ./data:/data