feat(containers-dashboard): voeg host_ip toe aan gepubliceerde poorten en corrigeer portweergave

This commit is contained in:
kodi
2026-02-18 11:41:48 +01:00
parent 3142e9fbd0
commit 2a08ad6989
3 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ WORKDIR /app
RUN apt-get update && apt-get install -y curl systemd && rm -rf /var/lib/apt/lists/*
RUN pip install fastapi uvicorn requests-unixsocket pyyaml pytest httpx
COPY app.py .
COPY tests/ ./tests/
#COPY tests/ ./tests/
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]