Compare commits
No commits in common. "ccfa01a52cd1f141d15f8c63cd745090691dcf84" and "f7131c60b4081f78077a98ef536fe387640db100" have entirely different histories.
ccfa01a52c
...
f7131c60b4
3 changed files with 1 additions and 23 deletions
|
@ -42,7 +42,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
- webproxy
|
- webproxy
|
||||||
- smtp-relay
|
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:${mariadb_version:-10.7}
|
image: mariadb:${mariadb_version:-10.7}
|
||||||
|
@ -67,6 +66,4 @@ networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
external: true
|
external: true
|
||||||
name: webproxy
|
name: webproxy
|
||||||
smtp-relay:
|
|
||||||
external: true
|
|
||||||
name: smtp-relay
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
# smtp-relay
|
|
||||||
|
|
||||||
Simple postfix relay host for your Docker containers. Based on Alpine Linux.
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
version: '3'
|
|
||||||
services:
|
|
||||||
postfix:
|
|
||||||
image: boky/postfix
|
|
||||||
environment:
|
|
||||||
- RELAYHOST=${RELAYHOST}
|
|
||||||
- RELAYHOST_USERNAME=${RELAYHOST_USERNAME}
|
|
||||||
- RELAYHOST_PASSWORD=${RELAYHOST_PASSWORD}
|
|
||||||
- MASQUERADED_DOMAINS=${MASQUERADED_DOMAINS}
|
|
||||||
networks:
|
|
||||||
- smtp_relay
|
|
||||||
|
|
||||||
networks:
|
|
||||||
smtp_relay:
|
|
||||||
name: smtp_relay
|
|
Loading…
Reference in a new issue