Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Docker-compose
  • Loading branch information
KrzysztofPajak committed Jan 27, 2021
1 parent 723d6ab commit cdc6003
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
@@ -1,7 +1,17 @@
version: '3.4'

services:

database:
image: mongo:latest
ports:
- 27017:27017
volumes:
- mongodb_data_container:/data/db

grand.web:
depends_on:
- database
image: ${DOCKER_REGISTRY-}grandweb
ulimits:
nofile:
Expand All @@ -10,3 +20,6 @@ services:
build:
context: .
dockerfile: Grand.Web/Dockerfile

volumes:
mongodb_data_container:

0 comments on commit cdc6003

Please sign in to comment.