From 29c0190b7a725dbf242e0e762b1bb4d16e8cd699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Ba=C5=A1i=C4=87?= Date: Sat, 4 Feb 2023 17:37:13 +0100 Subject: [PATCH] :bug: Add mailcatch to penpot network on docker compose Without this the backend complains that it cannot connect to the smtp host (when using mailcatcher). The reason is because the mailcatcher is not on the same network as the backend application. --- docker/images/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 90deed9154..6302178cd7 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -259,6 +259,8 @@ services: - '1025' ports: - "1080:1080" + networks: + - penpot ## Example configuration of MiniIO (S3 compatible object storage service); If you don't ## have preference, then just use filesystem, this is here just for the completeness.