1
0

(refactor) Remove env files and scripts, update config files

This commit is contained in:
pooneyy
2025-09-04 00:36:13 +08:00
parent 0906288534
commit 89fbe837f1
1566 changed files with 1159 additions and 15329 deletions

View File

@@ -8,9 +8,15 @@ services:
ports:
- "${PANEL_APP_PORT_HTTP}:8090"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
- "${DATA_PATH}:/app/pb_data"
labels:
createdBy: "Apps"
environment:
- http_proxy=${PANEL_HTTP_PROXY}
- https_proxy=${PANEL_HTTPS_PROXY}
- NO_PROXY=${PANEL_NO_PROXY}
networks:
1panel-network: