Files
andreicscs-HoneyWire/Hub/docker-compose.yml
T
2026-03-27 00:39:51 +01:00

17 lines
293 B
YAML

version: '3.8'
services:
hub:
build: .
container_name: honeywire-hub
restart: unless-stopped
ports:
- "${HUB_PORT}:8080"
volumes:
- honeywire_data:/app
environment:
- API_SECRET=${API_SECRET}
- NTFY_URL=${NTFY_URL}
volumes:
honeywire_data: