Initial commit

This commit is contained in:
shiyu
2025-08-24 18:49:00 +08:00
parent 99866befe1
commit 6b0f2bd4fa
129 changed files with 11587 additions and 0 deletions

20
compose.yaml Normal file
View File

@@ -0,0 +1,20 @@
services:
foxel:
image: ghcr.io/drizzletime/foxel:last
container_name: foxel
restart: unless-stopped
ports:
- "8088:80"
environment:
- TZ=Asia/Shanghai
- SECRET_KEY=EnsRhL9NFPxgFVc+7t96/y70DIOR+9SpntcIqQa90TU=
- TEMP_LINK_SECRET_KEY=EnsRhL9NFPxgFVc+7t96/y70DIOR+9SpntcIqQa90TU=
volumes:
- ./data:/app/data
pull_policy: always
networks:
- foxel-network
networks:
foxel-network:
driver: bridge