Skip to content

Instantly share code, notes, and snippets.

View zrshishir's full-sized avatar

Ziaur Rahman zrshishir

View GitHub Profile
@jahrmando
jahrmando / docker-compose.yml
Last active August 7, 2023 10:46
Docker Compose - Mongo, Redis, Elasticsearch, postgresql96
version: '3'
services:
database:
image: 'mongo:3.6'
command: --serviceExecutor adaptive
container_name: 'mongodb-service'
volumes:
- mongo_data:/data/db