feat: throwaway netbox deployment for end-to-end testing

compose stack modelled on the production netbox deployment (same pinned
images, worker, healthchecks) minus traefik: the API is served straight
on localhost and nothing survives an e2e-down.
This commit is contained in:
2026-08-25 13:47:18 +02:00
parent e4a1e6a472
commit 706a12b8e4
4 changed files with 144 additions and 1 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ __pycache__/
# Configuration
config.yaml
e2e/.env
# IDE
.idea/