14 lines
395 B
YAML
14 lines
395 B
YAML
services:
|
|
hyperion.ng:
|
|
image: gitea.mscloud.site/mans/hyperion.ng-docker:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
#- "8090:8090" # HTTP Port
|
|
- "8092:8092" # HTTPS Port
|
|
#- "19444:19444" # JSON Server
|
|
#- "19400:19400" # Flatbuffer Server
|
|
#- "19445:19445" # Protocol Buffers Server
|
|
#- "19333:19333" # Boblight Server
|
|
volumes:
|
|
- ./data:/data
|