[firefly3] Add to smtp-relay network
This commit is contained in:
parent
914b3d8600
commit
8bde66ba3f
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@ services:
|
|||
- firefly
|
||||
- db
|
||||
- webproxy
|
||||
- smtp_relay
|
||||
|
||||
db:
|
||||
image: postgres:${postgres_version:-14}
|
||||
|
@ -61,3 +62,6 @@ networks:
|
|||
webproxy:
|
||||
external:
|
||||
name: webproxy
|
||||
smtp_relay:
|
||||
external:
|
||||
name: smtp_relay
|
||||
|
|
Loading…
Reference in a new issue