add init demos

This commit is contained in:
2025-10-16 02:52:04 +08:00
parent 943d664c36
commit 5a3d11c6bc
38 changed files with 6810 additions and 121 deletions

23
compose.yml Normal file
View File

@@ -0,0 +1,23 @@
services:
light-code:
image: 'kevisual/light-code:latest'
user: root
volumes:
- ./data/code:/app/code
ports:
- '3005:4005'
restart: always
filebrowser:
image: 'filebrowser/filebrowser'
user: root
volumes:
- ./data/code:/srv
- ./data/database:/database
- ./data/config:/config
restart: unless-stopped
ports:
- '8080:80'
environment:
- PUID=1000
- PGID=1000