Add compose file

This commit is contained in:
Måns Sivertsson
2026-07-04 14:24:30 +02:00
parent 67f6b7a4ed
commit a669a01c14
+13
View File
@@ -0,0 +1,13 @@
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