Skip to content

Instantly share code, notes, and snippets.

@peccu
Last active May 28, 2018 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peccu/6984976a62e4a600153aaa3d07a1962b to your computer and use it in GitHub Desktop.
Save peccu/6984976a62e4a600153aaa3d07a1962b to your computer and use it in GitHub Desktop.
mozilla/send docker-compose.yml
version: '2'
services:
send:
image: mozilla/send:latest
restart: always
ports:
# limit access for reverse-proxy
# - "127.0.0.1:8080:1443"
- "8080:1443"
environment:
- NODE_ENV=production
- REDIS_HOST=redis
redis:
image: redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment