New alert service

This commit is contained in:
Urtzi Alfaro
2025-12-05 20:07:01 +01:00
parent 1fe3a73549
commit 667e6e0404
393 changed files with 26002 additions and 61033 deletions

View File

@@ -1,5 +1,5 @@
# ================================================================
# services/alert-processor/alembic.ini - Alembic Configuration
# services/alert_processor/alembic.ini - Alembic Configuration
# ================================================================
[alembic]
# path to migration scripts
@@ -43,7 +43,7 @@ recursive_version_locations = false
output_encoding = utf-8
# Database URL - will be overridden by environment variable or settings
sqlalchemy.url = postgresql+asyncpg://alert-processor_user:password@alert-processor-db-service:5432/alert-processor_db
sqlalchemy.url = postgresql+asyncpg://alert_processor_user:password@alert-processor-db-service:5432/alert_processor_db
[post_write_hooks]
# post_write_hooks defines scripts or Python functions that are run