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

Commit

Permalink
Merge pull request #274 from decko/cuducos-celery
Browse files Browse the repository at this point in the history
Fixes the database host used on dev environment.
  • Loading branch information
cuducos authored Oct 18, 2017
2 parents 6815613 + 93579fc commit fd8bb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
context: .
# image: datasciencebr/jarbas-backend
environment:
- DATABASE_URL=postgres://jarbas:mysecretpassword@db/jarbas
- DATABASE_URL=postgres://jarbas:mysecretpassword@postgres/jarbas
- CELERY_BROKER_URL=amqp://guest:guest@queue/
depends_on:
- postgres
Expand Down

0 comments on commit fd8bb58

Please sign in to comment.