fix(back-end): fix exclude object 0
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m23s
Build, Test and Deploy / build-and-push (push) Successful in 20s
Build, Test and Deploy / deploy (push) Successful in 7s

This commit is contained in:
2026-02-16 11:44:05 +01:00
parent 165e12f216
commit e351f2c05f
2 changed files with 3 additions and 2 deletions

View File

@@ -11,5 +11,6 @@
"travel_speed": "700", "travel_speed": "700",
"compatible_printers": [ "compatible_printers": [
"Bambu Lab A1 0.4 nozzle" "Bambu Lab A1 0.4 nozzle"
] ],
"exclude_object": "0"
} }

View File

@@ -20,7 +20,7 @@ services:
- MARKUP_PERCENT=20 - MARKUP_PERCENT=20
- TEMP_DIR=/app/temp - TEMP_DIR=/app/temp
- PROFILES_DIR=/app/profiles - PROFILES_DIR=/app/profiles
- CLAMAV_HOST=192.168.1.147 - CLAMAV_HOST=clamav
- CLAMAV_PORT=3310 - CLAMAV_PORT=3310
- STORAGE_LOCATION=/app/storage - STORAGE_LOCATION=/app/storage
depends_on: depends_on: