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

Commit

Permalink
change beta images for oficials from datasciencebr Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Morais committed May 16, 2017
1 parent 8b73b79 commit f60ea8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
jarbas:
image: felipedemorais/auto-jarbas
image: datasciencebr/jarbas-backend
volumes:
- "assets:/code/staticfiles"
- "./:/code"
Expand Down Expand Up @@ -29,15 +29,15 @@ services:
- apps

elm:
image: felipedemorais/auto-jarbas-frontend
image: datasciencebr/jarbas-frontend
volumes:
- "./:/code"
- "/code/node_modules"
- "assets:/code/jarbas/frontend/static"
command: [yarn, watch]

nginx:
image: felipedemorais/aut-jarbas-nginx
image: datasciencebr/jarbas-server
volumes:
- "assets:/opt/jarbas/staticfiles"
ports:
Expand Down

0 comments on commit f60ea8e

Please sign in to comment.