🍱(dimail) embark dimail-api as container

Embark a dimail-api container, automatically fetched from
their repository, to ensure our "bridge" to dimail-api
is up-to-date when developing.
This commit is contained in:
Marie PUPO JEAMMET
2024-09-17 15:24:35 +02:00
committed by Marie
parent dd8bd2a89b
commit 59468aaa12
6 changed files with 21 additions and 9 deletions

View File

@@ -166,3 +166,11 @@ services:
- "8080:8080"
depends_on:
- kc_postgresql
dimail:
image: registry.mim-libre.fr/dimail/dimail-api:latest
environment:
DIMAIL_MODE: FAKE
DIMAIL_JWT_SECRET: fake_jwt_secret
ports:
- "8001:8000"