[gitea] Add gitea container to smtp-relay network
This commit is contained in:
parent
e4581f9f7a
commit
ccfa01a52c
1 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,7 @@ services:
|
|||
networks:
|
||||
- gitea
|
||||
- webproxy
|
||||
- smtp-relay
|
||||
|
||||
db:
|
||||
image: mariadb:${mariadb_version:-10.7}
|
||||
|
@ -66,4 +67,6 @@ networks:
|
|||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
||||
|
||||
smtp-relay:
|
||||
external: true
|
||||
name: smtp-relay
|
||||
|
|
Loading…
Reference in a new issue