mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
CONTAINER_NAME="bytebase"
|
|
PANEL_APP_PORT_HTTP="40171"
|
|
PANEL_DB_NAME="bytebase"
|
|
POSTGRES_HOST="postgres"
|
|
PANEL_DB_USER_PASSWORD="password_xxJdZD"
|
|
POSTGRES_PORT="5432"
|
|
PANEL_DB_USER="postgres"
|
|
DATA_PATH="./data"
|