Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2026-04-23 14:03:30 +00:00
parent dc755eef7b
commit 31184d8a55
8 changed files with 0 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
nacos:
image: nacos/nacos-server:v3.2.1
container_name: ${CONTAINER_NAME}
restart: always
labels:
createdBy: "Apps"
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
- ${PANEL_APP_PORT_API:-8848}:${PANEL_APP_PORT_API:-8080}
- ${PANEL_APP_PORT_GRPC}:9848
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${NACOS_ROOT_PATH}/logs:/home/nacos/logs
- ${NACOS_ROOT_PATH}/data:/home/nacos/data
environment:
- MODE=standalone
- NACOS_CONSOLE_PORT=${PANEL_APP_PORT_HTTP:-8080}
- NACOS_SERVER_PORT=${PANEL_APP_PORT_API:-8848}
- NACOS_AUTH_ENABLE=true