Skip to content

Instantly share code, notes, and snippets.

@robertolos
Created January 3, 2024 17:23
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 robertolos/0152f7c83bd9e166548c6732c4f0aeaa to your computer and use it in GitHub Desktop.
Save robertolos/0152f7c83bd9e166548c6732c4f0aeaa to your computer and use it in GitHub Desktop.
docker-compose mongodb
version: "3"
services:
db:
image: mongo
restart: always
ports:
- 27017:27017
environment: #env variables to pass into the container
MONGODB_DATABASE: nest-course
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment