[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
|
- firefly
|
||||||
- db
|
- db
|
||||||
- webproxy
|
- webproxy
|
||||||
|
- smtp_relay
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:${postgres_version:-14}
|
image: postgres:${postgres_version:-14}
|
||||||
|
@ -61,3 +62,6 @@ networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
external:
|
external:
|
||||||
name: webproxy
|
name: webproxy
|
||||||
|
smtp_relay:
|
||||||
|
external:
|
||||||
|
name: smtp_relay
|
||||||
|
|
Loading…
Reference in a new issue