feat: initial basic feature

This commit is contained in:
Michael Barz
2025-05-16 10:31:45 +02:00
parent 1ae2c546c5
commit 3e138297bd
11 changed files with 525 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
services:
opencloud:
environment:
# bind to all interfaces
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
# expose the opencloud server
- "9200:9200"