mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enhance deployment configuration with port fixes, debug script, and updated documentation
This commit is contained in:
parent
23d0ef5994
commit
40c63156a5
5 changed files with 139 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue