Skip to content

Instantly share code, notes, and snippets.

@cheungpat
Created July 31, 2016 00:07
Show Gist options
  • Save cheungpat/7a696ef2af2fa3d884d8c38034e6a839 to your computer and use it in GitHub Desktop.
Save cheungpat/7a696ef2af2fa3d884d8c38034e6a839 to your computer and use it in GitHub Desktop.
Docker Compose for roundcube with imapproxy
version: '2'
services:
imapproxy:
image: cheungpat/imapproxy
environment:
SERVER_HOSTNAME: imap.gmail.com
roundcube:
image: robbertkl/roundcube
ports:
- "8000:80"
environment:
ROUNDCUBE_DEFAULT_HOST: imapproxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment