Builds the smtp service instead of fetching image

master
Abhinav Sarkar 5 years ago
parent 20d6ef424d
commit 3106d7bdab
  1. 3
      .gitmodules
  2. 3
      docker-compose.yml
  3. 1
      smtp

3
.gitmodules vendored

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

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

@ -0,0 +1 @@
Subproject commit 49dbeb4b31d136a7f09f32230260d2586359b5c1
Loading…
Cancel
Save