Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-03-11 09:21:25 +00:00
parent ae32c46b1a
commit 938d24ffe2
18 changed files with 3 additions and 3 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=8848
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql
image: nacos/nacos-server:v2.5.1
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
ports:
- ${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