Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-22 05:47:51 +00:00
parent 5ca9d59f7e
commit 45903b9cc5
101 changed files with 1577 additions and 59 deletions
+26
View File
@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
dpanel:
container_name: dpanel
env_file:
- ./envs/global.env
- .env
environment:
- APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.7.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_ADMIN}:8080
- ${PANEL_APP_PORT_HTTP}:80
- ${PANEL_APP_PORT_HTTPS}:443
restart: always
volumes:
- ${DPANEL_ROOT_PATH}/data:/dpanel
- ${DPANEL_ROOT_PATH}/compose:/dpanel/compose
- /var/run/docker.sock:/var/run/docker.sock