chore: add initial app scaffold

This commit is contained in:
2026-07-02 17:14:51 +08:00
commit 4675548fce
7 changed files with 1396 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
pipeline-lifetime:
image: pipeline-lifetime:latest
container_name: pipeline-lifetime
restart: unless-stopped
ports:
- "5005:5005"
volumes:
- ./data:/app/data
- ./data/uploads:/app/uploads
- ./data/images:/app/static/images