Add Wildduck stack

This commit is contained in:
2022-02-14 08:26:29 +02:00
committed by Lauri Võsandi
commit a23f824fd1
5 changed files with 58 additions and 0 deletions

46
.drone.yml Normal file

@@ -0,0 +1,46 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: wildduck
image: plugins/docker
settings:
context: wildduck/
dockerfile: wildduck/Dockerfile
repo: harbor.k-space.ee/k-space/wildduck
registry: harbor.k-space.ee
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: haraka
image: plugins/docker
settings:
context: haraka/
dockerfile: haraka/Dockerfile
repo: harbor.k-space.ee/k-space/haraka
registry: harbor.k-space.ee
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: zone-mta
image: plugins/docker
settings:
context: zone-mta/
dockerfile: zone-mta/Dockerfile
repo: harbor.k-space.ee/k-space/zone-mta
registry: harbor.k-space.ee
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password

9
.gitmodules vendored Normal file

@@ -0,0 +1,9 @@
[submodule "haraka"]
path = haraka
url = https://github.com/haraka/Haraka
[submodule "zone-mta"]
path = zone-mta
url = https://github.com/zone-eu/zone-mta
[submodule "wildduck"]
path = wildduck
url = https://github.com/nodemailer/wildduck

1
haraka Submodule

Submodule haraka added at 4afc7b1fa1

1
wildduck Submodule

Submodule wildduck added at b1f88434e3

1
zone-mta Submodule

Submodule zone-mta added at 1dc31922a9