appstore-1panel/apps/nacos/2.3.1/docker-compose.yml
萌森 4b033a3329 维护 Nacos
Signed-off-by: 萌森 <qyg2297248353@163.com>
2024-07-20 13:43:02 +08:00

30 lines
694 B
YAML

version: "3.8"
networks:
1panel-network:
external: true
services:
nacos:
image: nacos/nacos-server:v2.3.1
container_name: ${CONTAINER_NAME}
restart: always
labels:
createdBy: "Apps"
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8848
- ${NACOS_COMMUNICATION_PORT}:9848
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_SERVER_PORT=8848
- NACOS_AUTH_ENABLE=true
- SPRING_DATASOURCE_PLATFORM=mysql