mirror of
https://github.com/andreicscs/HoneyWire
synced 2026-06-26 12:39:53 +00:00
17 lines
293 B
YAML
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: |