1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-04 11:46:40 +08:00

feat: update mcsmanager image (#3066)

This commit is contained in:
zhengkunwang 2025-01-28 17:17:53 +08:00 committed by GitHub
parent a2a49c41d8
commit a55669e650
5 changed files with 45 additions and 39 deletions

View File

@ -1,17 +0,0 @@
services:
mcsm-daemon:
image: alisaqaq/mcsmanager-daemon:3.4.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:24444"
volumes:
- ./data:/opt/mcsmanager/daemon/data
- /var/run/docker.sock:/var/run/docker.sock
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,10 +1,10 @@
additionalProperties:
formFields:
- default: 40057
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
additionalProperties:
formFields:
- default: 40057
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,21 @@
services:
mcsm-daemon:
image: githubyumao/mcsmanager-daemon:latest
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:24444"
environment:
- MCSM_DOCKER_WORKSPACE_PATH=./data/daemon/data/InstanceData
volumes:
- /etc/localtime:/etc/localtime:ro
- ./data/daemon/data:/opt/mcsmanager/daemon/data
- ./data/daemon/logs:/opt/mcsmanager/daemon/logs
- /var/run/docker.sock:/var/run/docker.sock
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,10 +1,10 @@
additionalProperties:
formFields:
- default: 40056
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
additionalProperties:
formFields:
- default: 40056
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -1,6 +1,6 @@
services:
mcsm-web:
image: alisaqaq/mcsmanager-web:10.1.0
image: githubyumao/mcsmanager-web:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
@ -8,7 +8,9 @@ services:
ports:
- "${PANEL_APP_PORT_HTTP}:23333"
volumes:
- ./data:/opt/mcsmanager/web/data
- /etc/localtime:/etc/localtime:ro
- ./data/web/data:/opt/mcsmanager/web/data
- ./data/web/logs:/opt/mcsmanager/web/logs
labels:
createdBy: "Apps"
networks: