mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-23 13:37:12 +08:00
Remake Repository
This commit is contained in:
25
apps/hexo/latest/docker-compose.yml
Normal file
25
apps/hexo/latest/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
hexo:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:4000"
|
||||
volumes:
|
||||
- hexo_data:/app
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Shanghai
|
||||
- GIT_USER=${GIT_USERNAME}
|
||||
- GIT_EMAIL=${GIT_MAIL}
|
||||
image: bloodstar/hexo:latest
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
hexo_data:
|
||||
name: hexo_data
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user