Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from datasci4health/dev
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
matheusmota authored Apr 20, 2019
2 parents 9baf457 + e30e54f commit c5fd169
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

services:

case-notebook-v1:
image: datasci4health/case-notebook:v1

container_name: case-notebook-v1
case-notebook:
image: datasci4health/case-notebook
container_name: case-notebook
restart: always
ports:
- 8081:80
- 8881:8888
environment:
- CASE_NOTEBOOK_SERVICE_URL=http://localhost:8888

- 8080:80
- 8880:8888

0 comments on commit c5fd169

Please sign in to comment.