0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 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.
This commit is contained in:
Mario Bašić 2023-02-04 17:37:13 +01:00 committed by Andrey Antukh
parent 2ea81c0114
commit 22034c22c6

View file

@ -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.