[nextcloud] Add smtp_relay network
This commit is contained in:
parent
eb3c32d689
commit
bd801afb08
1 changed files with 4 additions and 0 deletions
|
@ -29,12 +29,16 @@ services:
|
|||
networks:
|
||||
- webproxy
|
||||
- nextcloud
|
||||
- smtp_relay
|
||||
|
||||
networks:
|
||||
nextcloud:
|
||||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
||||
smtp_relay:
|
||||
external: true
|
||||
name: smtp_relay
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
Loading…
Reference in a new issue