Initial commit

This commit is contained in:
2026-07-29 19:24:59 +03:00
commit 897af73757
9 changed files with 311 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
inventory:
build: .
ports:
- "5000:5000"
environment:
DATABASE_PATH: /data/inventory.db
volumes:
- inventory_data:/data
restart: unless-stopped
volumes:
inventory_data: