mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
b2eb39d605
- 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)
8 lines
172 B
YAML
8 lines
172 B
YAML
mongodb:
|
|
image: mongo:latest
|
|
command: mongod --smallfiles --directoryperdb --noprealloc
|
|
hostname: mongodb
|
|
volumes:
|
|
- /tmp/mongodb:/data/db
|
|
expose:
|
|
- 27017 |