[gitea] Add gitea container to smtp-relay network

This commit is contained in:
JuliusFreudenberger 2022-05-09 17:57:29 +02:00
parent e4581f9f7a
commit ccfa01a52c

View file

@ -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