Initial commit: Cloud Control Panel

This commit is contained in:
2026-01-10 01:24:08 +07:00
commit 01d99c5054
69 changed files with 12697 additions and 0 deletions

14
docker-compose.yml Executable file
View File

@@ -0,0 +1,14 @@
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: cloud
ports:
- "8001:8001"
volumes:
- .:/var/www
- ./db:/var/db
- ./php/php.ini:/usr/local/etc/php/conf.d/uploads.ini
env_file:
- .env