backup at 2026-04-16-16-39-42

This commit is contained in:
2026-04-16 16:39:42 +08:00
commit 9362fa2b81
32 changed files with 9230 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
container_name: medical-report-app
ports:
- "8080:80"
restart: unless-stopped