1
0

Update Apps

This commit is contained in:
pooneyy
2025-06-16 09:55:21 +08:00
parent 16a1e881e2
commit 654aee332f
190 changed files with 61 additions and 2321 deletions

View File

@@ -0,0 +1,23 @@
services:
hexo:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:4000"
volumes:
- "${DATA_PATH}:/app"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- GIT_USER=${GIT_USERNAME}
- GIT_EMAIL=${GIT_MAIL}
image: bloodstar/hexo:stable-25-05-01
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true