Semaphore/docker-compose.yml
Matej Kramny b2eb39d605 🎉 remove redis dependency
- Remove mandrill
- Remove redis
- Sessions & more transparency into who's logged into your user
- Session is stored in cookies (map of two integers.)
- Encrypted sessions, configurable keys (auto-generated)
2016-04-30 14:28:47 +02:00

8 lines
172 B
YAML

mongodb:
image: mongo:latest
command: mongod --smallfiles --directoryperdb --noprealloc
hostname: mongodb
volumes:
- /tmp/mongodb:/data/db
expose:
- 27017