From f1f12a083168f0c7661dcc25a6a0a06e545c0288 Mon Sep 17 00:00:00 2001 From: martynia Date: Thu, 16 Jan 2025 17:25:39 +0100 Subject: [PATCH] feat: add PilotLogsDB do docker compose --- tests/CI/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CI/docker-compose.yml b/tests/CI/docker-compose.yml index 605f9272c73..5cd1b4266ff 100644 --- a/tests/CI/docker-compose.yml +++ b/tests/CI/docker-compose.yml @@ -219,6 +219,7 @@ services: - DIRACX_DB_URL_JOBDB=mysql+aiomysql://Dirac:Dirac@mysql/JobDB - DIRACX_DB_URL_JOBLOGGINGDB=mysql+aiomysql://Dirac:Dirac@mysql/JobLoggingDB - DIRACX_DB_URL_SANDBOXMETADATADB=mysql+aiomysql://Dirac:Dirac@mysql/SandboxMetadataDB + - DIRACX_DB_URL_PILOTAGENTSDB=mysql+aiomysql://Dirac:Dirac@mysql/PilotAgentsDB - 'DIRACX_OS_DB_PILOTLOGSDB={"sqlalchemy_dsn": "mysql+aiomysql://Dirac:Dirac@mysql/PilotLogsDB"}' - DIRACX_SERVICE_AUTH_TOKEN_KEY=file:///signing-key/rs256.key - DIRACX_SERVICE_AUTH_ALLOWED_REDIRECTS=["http://diracx:8000/docs/oauth2-redirect"]