metrics: also export ticket state
All checks were successful
/ test (push) Successful in 2m47s
/ deploy (push) Successful in 4m27s

This commit is contained in:
j3d1 2024-12-27 15:08:45 +01:00
parent 7208aede8d
commit 3068597f3d
3 changed files with 19 additions and 19 deletions

View file

@ -7,6 +7,7 @@ services:
environment:
- HTTP_HOST=core
- DB_FILE=dev.db
- DEBUG_MODE_ACTIVE=yup
volumes:
- ../../core:/code
- ../testdata.py:/code/testdata.py