feat:添加dpanel到列表
This commit is contained in:
20
apps/dpanel/lite/docker-compose.yml
Normal file
20
apps/dpanel/lite/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
dpanel:
|
||||
image: "dpanel/dpanel:lite"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8080"
|
||||
volumes:
|
||||
- ${DOCKER_SOCK_PATH}:/var/run/docker.sock
|
||||
- ${DATA_PATH}:/dpanel
|
||||
environment:
|
||||
- APP_NAME=${APP_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user