docker fix env name

This commit is contained in:
h z
2026-02-14 15:34:29 +00:00
parent 2d74648d3a
commit 54623bf560
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ services:
ports:
- "${DIALECTIC_FRONTEND_PORT:-3000}:3000"
environment:
- DIALECTIC_REACT_APP_BACKEND_HOST=${DIALECTIC_BACKEND_URL:-http://localhost:8000}
- REACT_APP_DIALECTIC_BACKEND_HOST=${DIALECTIC_BACKEND_URL:-http://localhost:8000}
networks:
- app-network