- hf_backend: zhi/harborforge-backend:multi-stage on port 8000 - hf_frontend: zhi/harborforge-frontend:latest on port 3000 - wizard: nav/abstract-wizard:latest on port 8082 - All services share app-network bridge
14 lines
236 B
Bash
14 lines
236 B
Bash
# HangmanLab (old)
|
|
BACKEND_PORT=8080
|
|
FRONTEND_PORT=8081
|
|
DB_PORT=3306
|
|
DB_NAME=hangmanlab
|
|
DB_USER=hangmanlab
|
|
DB_PASSWORD=changeme
|
|
MYSQL_ROOT_PASSWORD=rootpassword
|
|
|
|
# HarborForge
|
|
HF_BACKEND_PORT=8000
|
|
HF_FRONTEND_PORT=3000
|
|
WIZARD_PORT=8082
|