Add Bambuddy InvenTree sync service

This commit is contained in:
2026-04-15 13:45:55 +03:00
commit 9f3d825120
16 changed files with 1044 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
bambuddy-inventree-sync:
build: .
container_name: bambuddy-inventree-sync
restart: unless-stopped
env_file:
- .env
ports:
- "8088:8080"
volumes:
- ./data:/data