2022-08-25 02:39:44 +00:00
|
|
|
version: '3.4'
|
|
|
|
services:
|
|
|
|
|
|
|
|
# Email
|
|
|
|
sogo:
|
|
|
|
build:
|
|
|
|
context: ./sogo
|
|
|
|
args:
|
|
|
|
# fake for now
|
|
|
|
VERSION: 5.0.0
|
|
|
|
image: superboum/amd64_sogo:v7
|
|
|
|
|
|
|
|
alps:
|
|
|
|
build:
|
|
|
|
context: ./alps
|
|
|
|
args:
|
2022-12-06 15:14:57 +00:00
|
|
|
VERSION: bf9ccc6ed17e8b50a230e9f5809d820e9de8562f
|
|
|
|
image: lxpz/amd64_alps:v4
|
2022-08-25 02:39:44 +00:00
|
|
|
|
|
|
|
dovecot:
|
|
|
|
build:
|
|
|
|
context: ./dovecot
|
|
|
|
image: superboum/amd64_dovecot:v6
|
|
|
|
|
|
|
|
postfix:
|
|
|
|
build:
|
|
|
|
context: ./postfix
|
|
|
|
args:
|
2023-12-25 13:00:36 +00:00
|
|
|
# https://packages.debian.org/fr/trixie/postfix
|
|
|
|
VERSION: 3.8.4-1
|
|
|
|
image: superboum/amd64_postfix:v4
|
2022-08-25 02:39:44 +00:00
|
|
|
|
|
|
|
opendkim:
|
|
|
|
build:
|
|
|
|
context: ./opendkim
|
|
|
|
image: superboum/amd64_opendkim:v6
|