initial commit

This commit is contained in:
cnbugs
2026-05-29 19:24:43 +08:00
commit 188edfa287
12 changed files with 1187 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3.8"
services:
inventory:
build: .
container_name: inventory-management
restart: unless-stopped
ports:
- "8011:8000"
volumes:
- ./data:/app/data
- ./static:/app/static
environment:
- TZ=Asia/Shanghai