mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- MODE=standalone
|
||||
- NACOS_SERVER_PORT=8848
|
||||
- NACOS_SERVER_PORT=${PANEL_APP_PORT_HTTP:-8848}
|
||||
- NACOS_AUTH_ENABLE=true
|
||||
- SPRING_DATASOURCE_PLATFORM=mysql
|
||||
image: nacos/nacos-server:v2.5.1
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8848
|
||||
- ${PANEL_APP_PORT_HTTP:-8848}:${PANEL_APP_PORT_HTTP:-8848}
|
||||
- ${PANEL_APP_PORT_GRPC_CLIENT}:9848
|
||||
- ${PANEL_APP_PORT_GRPC_SERVER}:9849
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user