Skip to content

Commit

Permalink
feat: update mcsmanager image
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jan 27, 2025
1 parent e54b6e1 commit 67de944
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 39 deletions.
17 changes: 0 additions & 17 deletions apps/mcsmanager-daemon/3.4.0/docker-compose.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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
21 changes: 21 additions & 0 deletions apps/mcsmanager-daemon/latest/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
services:
mcsm-web:
image: alisaqaq/mcsmanager-web:10.1.0
image: githubyumao/mcsmanager-web:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
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:
Expand Down

0 comments on commit 67de944

Please sign in to comment.