add readme and docker compose

This commit is contained in:
2026-03-13 16:56:14 +08:00
parent 96b8642a45
commit dd052b7fc6
3 changed files with 62 additions and 2 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
app:
image: dcr-by1jwyxk44.71826370.xyz/bosch-demo2-zc:1.0
pull_policy: always
ports:
- "8000:8000"
env_file:
- .env
environment:
- PYTHONUNBUFFERED=1
restart: unless-stopped