added rust

This commit is contained in:
Patrick Mahnke-Hartmann
2025-09-18 19:49:18 +02:00
parent bb8e3b3c28
commit c58c5b083c
2 changed files with 193 additions and 110 deletions

View File

@@ -34,7 +34,7 @@ ARG SERVER_PORT
ENV SERVER_PORT=${SERVER_PORT:-5000}
ARG SERVER_URL
ENV SERVER_URL=${SERVER_URL:-http://localhost:${SERVER_PORT}}
ARG CLIENt
ARG LOG_LEVEL