mirror of
https://github.com/penpot/penpot.git
synced 2025-03-21 12:11:37 -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:
parent
2e5e772392
commit
f1b09e763e
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue