diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..208d4d5 --- /dev/null +++ b/docker-compose.yml @@ -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