Skip to content

Instantly share code, notes, and snippets.

@rokibhasansagar
Last active July 1, 2022 12:58
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 rokibhasansagar/1422c565ca24a273eafee02eb31c420d to your computer and use it in GitHub Desktop.
Save rokibhasansagar/1422c565ca24a273eafee02eb31c420d to your computer and use it in GitHub Desktop.
version: "3.9"
services:
userge:
build:
context: .
depends_on:
- mongo
restart: on-failure
env_file:
- config.env
mongo:
image: mongo
volumes:
- mongo_userge:/data/db
env_file:
- config.env
volumes:
mongo_userge:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment