mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -3,7 +3,7 @@ networks:
|
||||
external: true
|
||||
services:
|
||||
mx-mongo:
|
||||
container_name: mongo-${CONTAINER_NAME}
|
||||
container_name: mongo-mx-space-db
|
||||
image: mongo
|
||||
networks:
|
||||
- 1panel-network
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
volumes:
|
||||
- ${MX_SERVER_ROOT_PATH}/db:/data/db
|
||||
mx-redis:
|
||||
container_name: redis-${CONTAINER_NAME}
|
||||
container_name: redis-mx-space-db
|
||||
image: redis:alpine
|
||||
networks:
|
||||
- 1panel-network
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
volumes:
|
||||
- ${MX_SERVER_ROOT_PATH}/redis:/data
|
||||
mx-server:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
container_name: mx-space-db
|
||||
depends_on:
|
||||
- mx-mongo
|
||||
- mx-redis
|
||||
|
||||
Reference in New Issue
Block a user