feat: enhance deployment configuration with port fixes, debug script, and updated documentation

This commit is contained in:
WhiteX 2025-06-12 17:58:51 +03:00 committed by rzmk
parent 23d0ef5994
commit 40c63156a5
5 changed files with 139 additions and 5 deletions

View file

@ -33,6 +33,11 @@ services:
- LEARNHOUSE_SITE_NAME=${LEARNHOUSE_SITE_NAME}
- LEARNHOUSE_SSL=${LEARNHOUSE_SSL}
- LEARNHOUSE_SYSTEM_EMAIL_ADDRESS=${LEARNHOUSE_SYSTEM_EMAIL_ADDRESS}
# Backend port configuration
- LEARNHOUSE_PORT=9000
# Frontend port configuration
- PORT=8000
- HOSTNAME=0.0.0.0
depends_on:
db:
condition: service_healthy