[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:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
- webproxy
|
- webproxy
|
||||||
|
- smtp-relay
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:${mariadb_version:-10.7}
|
image: mariadb:${mariadb_version:-10.7}
|
||||||
|
@ -66,4 +67,6 @@ networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
external: true
|
external: true
|
||||||
name: webproxy
|
name: webproxy
|
||||||
|
smtp-relay:
|
||||||
|
external: true
|
||||||
|
name: smtp-relay
|
||||||
|
|
Loading…
Reference in a new issue