Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat: add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmeyer committed Sep 1, 2020
1 parent c0a1cbd commit 237c1a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'

services:
mongo:
image: mongo
restart: always
environment:
MONGO_INITDB_DATABASE: hospitalrun
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password

0 comments on commit 237c1a9

Please sign in to comment.