feat: add debug-env API route to inspect environment variable configuration

This commit is contained in:
betalabor.de
2026-04-24 20:34:55 +02:00
parent 01f86451ca
commit 50f02268d8

View File

@@ -5,7 +5,7 @@ services:
# Portainer kann per Git-Verbindung das Image automatisch anhand # Portainer kann per Git-Verbindung das Image automatisch anhand
# des Dockerfiles ("build: .") im Repository bauen und deployen. # des Dockerfiles ("build: .") im Repository bauen und deployen.
build: . build: .
image: lebenslauf-app:latest-v2 pull_policy: build
container_name: lebenslauf-app-container container_name: lebenslauf-app-container
ports: ports:
- "4322:4321" - "4322:4321"