feat: Add DB_PORT parameter to Nocobase (#3770)
This commit is contained in:
parent
b66ddc2283
commit
15071787ac
|
|
@ -11,6 +11,7 @@ services:
|
|||
- APP_KEY=${APP_KEY}
|
||||
- DB_DIALECT=${PANEL_DB_TYPE}
|
||||
- DB_HOST=${PANEL_DB_HOST}
|
||||
- DB_PORT=${PANEL_DB_PORT}
|
||||
- DB_DATABASE=${PANEL_DB_NAME}
|
||||
- DB_USER=${PANEL_DB_USER}
|
||||
- DB_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||
|
|
@ -22,4 +23,4 @@ services:
|
|||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue