Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-11-17 03:49:46 +00:00
parent f8c6bac366
commit 474a562fb8
50 changed files with 161 additions and 161 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