aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/build/docker-compose.yml
blob: 39d28bde8c1e50e7004bdb861f3889397b07ffd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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:
        VERSION: bf9ccc6ed17e8b50a230e9f5809d820e9de8562f
    image: lxpz/amd64_alps:v4

  dovecot:
    build:
      context: ./dovecot
    image: superboum/amd64_dovecot:v6

  postfix:
    build:
      context: ./postfix
      args:
        # https://packages.debian.org/fr/buster/postfix
        VERSION: 3.4.14-0+deb10u1
    image: superboum/amd64_postfix:v3

  opendkim:
    build:
      context: ./opendkim
    image: superboum/amd64_opendkim:v6