aerogramme/tests/instrumentation/docker-compose.yml
2024-01-08 12:03:14 +01:00

30 lines
456 B
YAML

version: '3.4'
services:
dovecot:
image: dovecot/dovecot:2.3.21
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"
courier:
build:
context: ./docker/courier/
image: courier
ports:
- "144:143/tcp"