Skip to content

Commit

Permalink
⬆️(dimail) upgrade dimail to v0.1.1
Browse files Browse the repository at this point in the history
Upgrade dimail containers to v0.1.1
  • Loading branch information
mjeammet committed Dec 18, 2024
1 parent 8865e25 commit b3d9ac7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:

dimail:
entrypoint: /opt/dimail-api/start-dev.sh
image: registry.mim-libre.fr/dimail/dimail-api:v0.0.20
image: registry.mim-libre.fr/dimail/dimail-api:v0.1.1
pull_policy: always
environment:
DIMAIL_MODE: FAKE
Expand Down
1 change: 0 additions & 1 deletion src/backend/mailbox_manager/api/client/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def create(self, validated_data):
mailbox_data = json.loads(
response.content.decode("utf-8").replace("'", '"')
)
del mailbox_data["uuid"]

mailbox_status = enums.MailDomainStatusChoices.ENABLED

Expand Down

0 comments on commit b3d9ac7

Please sign in to comment.