ebs/docker-compose.override.yml.dist
2024-10-08 09:49:31 +02:00

13 lines
223 B
Text

# start with make start-dev
services:
# http://localhost:61302/
mailer:
image: schickling/mailcatcher
ports:
- "1081:1080"
- "1026:1025"
adminer:
image: adminer
ports:
- "8989:8080"