small fixes and improvements

This commit is contained in:
2025-01-12 23:40:56 +01:00
parent 558c434539
commit b2267813c0
6 changed files with 34 additions and 5 deletions
+8 -1
View File
@@ -11,4 +11,11 @@ services:
context: .
dockerfile: Dockerfile.server
ports:
- "3001:3001"
- "3001:3001"
env_file:
- .env
environment:
- X32_IP=${X32_IP}
- X32_PORT=${X32_PORT}
- CONFIG_PATH=${CONFIG_PATH}
- POLLING_INTERVAL=${POLLING_INTERVAL}