init:测试

This commit is contained in:
张鑫
2025-10-28 14:36:59 +08:00
parent 3beef97888
commit 7691f52f15
11 changed files with 1636 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
web:
build: .
ports:
- "8000:8000"
environment:
- ENVIRONMENT=development
volumes:
- ./app:/app/app
restart: unless-stopped