docker config

This commit is contained in:
h z
2026-02-14 15:16:45 +00:00
parent 7289001503
commit 2d74648d3a
5 changed files with 59 additions and 14 deletions

6
.env
View File

@@ -1,9 +1,9 @@
# Frontend
FRONTEND_PORT=3000
DIALECTIC_FRONTEND_PORT=3000
# Backend
BACKEND_PORT=8090
BACKEND_URL=http://localhost:8090
DIALECTIC_BACKEND_PORT=8090
DIALECTIC_BACKEND_URL=http://localhost:8090
# Database
DB_PORT=3306