Builds the smtp service instead of fetching image

master
Abhinav Sarkar 2018-07-07 08:57:11 +00:00
parent 20d6ef424d
commit 3106d7bdab
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "smtp"]
path = smtp
url = git@github.com:abhin4v/docker-smtp.git

View File

@ -45,7 +45,8 @@ services:
- ./nginx-log:/var/log/nginx
- ./certs:/etc/nginx/certs:ro
smtp:
image: namshi/smtp
build:
context: ./smtp
environment:
MAILNAME: space.abhinavsarkar.net
pihole:

1
smtp Submodule

@ -0,0 +1 @@
Subproject commit 49dbeb4b31d136a7f09f32230260d2586359b5c1