Implement config storage

This commit is contained in:
Logan Cusano
2025-05-11 20:36:31 -04:00
parent 52965f2a30
commit f17f7fc36a
5 changed files with 154 additions and 16 deletions

View File

@@ -14,5 +14,6 @@ run: build
-e SERVER_WS_URI=${SERVER_WS_URI} \
-e SERVER_API_URL=${SERVER_API_URL} \
-e CLIENT_API_URL=${CLIENT_API_URL} \
-v ./data:/data \
--network=host \
$(CLIENT_IMAGE)