Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-17 03:49:48 +00:00
parent 36679884e3
commit 53b193f513
34 changed files with 5 additions and 5 deletions
+26
View File
@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
nacos:
container_name: nacos
env_file:
- ./envs/global.env
- .env
environment:
- MODE=standalone
- NACOS_SERVER_PORT=${PANEL_APP_PORT_HTTP:-8848}
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v2.5.2
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP:-8848}:${PANEL_APP_PORT_HTTP:-8848}
- ${PANEL_APP_PORT_GRPC_CLIENT}:9848
- ${PANEL_APP_PORT_GRPC_SERVER}:9849
restart: always
volumes:
- ${NACOS_ROOT_PATH}/logs:/home/nacos/logs
- ${NACOS_ROOT_PATH}/data:/home/nacos/data