Skip to content

Instantly share code, notes, and snippets.

@ancyrweb
Last active July 8, 2022 17:15
Show Gist options
  • Save ancyrweb/c6cbeec9f45d6711000ae95c9740e775 to your computer and use it in GitHub Desktop.
Save ancyrweb/c6cbeec9f45d6711000ae95c9740e775 to your computer and use it in GitHub Desktop.
E-mail Workflow docker-compose.yml
version: '3'
services:
mailcatcher:
image: 'schickling/mailcatcher'
ports:
- '7001:1080' # UI
- '7002:1025' # SMTP
redis:
image: 'redis'
ports:
- '7003:6379'
volumes:
- redisvolume:/data
volumes:
redisvolume:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment