Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Bring back Docker images from Docker Hub #273

Merged
merged 1 commit into from
Oct 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ services:
image: memcached:1.5.1-alpine

nginx:
build:
context: .
dockerfile: Dockerfile-nginx
image: datasciencebr/jarbas-server
depends_on:
- django
ports:
Expand Down
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: '3'
services:

django:
build:
context: .
dockerfile: Dockerfile
image: datasciencebr/jarbas-backend
environment:
- DATABASE_URL=postgres://jarbas:mysecretpassword@postgres/jarbas
- ALLOWED_HOSTS=localhost,127.0.0.1
Expand All @@ -18,9 +16,7 @@ services:
- "./contrib/data:/mnt/data"

elm:
build:
context: .
dockerfile: Dockerfile-elm
image: datasciencebr/jarbas-frontend

postgres:
image: postgres:9.6.5-alpine
Expand Down