1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00

feat(mixspace): update to version 8.4.0

- rename directory from apps/mixspace/8 to apps/mixspace/8.4.0
- update docker image tag from innei/mx-server:8 to innei/mx-server:8.4.0
- maintain all existing configuration files with version update
This commit is contained in:
pooneyy 2025-11-10 16:07:58 +08:00
parent 2d7c9d3671
commit dfee375a22
No known key found for this signature in database
4 changed files with 13 additions and 8 deletions

View File

@ -1,7 +1,7 @@
services:
mixspace:
container_name: ${CONTAINER_NAME}
image: innei/mx-server:8
image: innei/mx-server:8.4.0
command: bash ./docker-run.sh
environment:
- TZ=${TIME_ZONE}
@ -35,6 +35,7 @@ services:
mongo:
container_name: ${CONTAINER_NAME}-mongo
image: mongo
pull_policy: always
volumes:
- ./data/db:/data/db
networks:
@ -45,6 +46,7 @@ services:
redis:
image: redis
pull_policy: always
container_name: ${CONTAINER_NAME}-redis
networks:
- mixspace-network

View File

@ -2,6 +2,7 @@ services:
mixspace:
container_name: ${CONTAINER_NAME}
image: innei/mx-server:latest
pull_policy: always
command: bash ./docker-run.sh
environment:
- TZ=${TIME_ZONE}
@ -35,6 +36,7 @@ services:
mongo:
container_name: ${CONTAINER_NAME}-mongo
image: mongo
pull_policy: always
volumes:
- ./data/db:/data/db
networks:
@ -45,6 +47,7 @@ services:
redis:
image: redis
pull_policy: always
container_name: ${CONTAINER_NAME}-redis
networks:
- mixspace-network