fix(ci): expose backend port in CI, fix shellcheck warnings in lxc-install.sh

This commit is contained in:
Pouzor
2026-03-28 12:45:01 +01:00
parent ae29d2c8f5
commit 0bdf835a3d
3 changed files with 33 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
# CI override — exposes backend port 8000 so smoke/integration tests can reach it.
# Usage: docker compose -f docker-compose.yml -f docker-compose.ci.yml up -d backend frontend
services:
backend:
ports:
- "8000:8000"