aboutsummaryrefslogtreecommitdiff
path: root/tests/instrumentation/docker-compose.yml
blob: 6a112bbec626c9e1edc9f58444eac3f3b811921c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: '3.4'
services:
  dovecot:
    image: dovecot/dovecot:2.3.19.1
    ports:
      - "993:993/tcp"

  maddy:
    build:
      context: ./docker/maddy/
    image: maddy
    ports:
      - "994:993/tcp"

  cyrus:
    build:
      context: ./docker/cyrus/
    image: cyrus
    volumes:
      - "/dev/log:/dev/log"
    ports:
      - "143:143/tcp"