Skip to content

Commit

Permalink
Change docker-compose to use broker_url
Browse files Browse the repository at this point in the history
  • Loading branch information
jonodrew committed May 26, 2023
1 parent 5248241 commit 7b4b077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
environment:
- FLASK_APP=app:create_app()
- FLASK_DEBUG=1
- REDIS_URL=redis://redis:6379/0
- BROKER_URL=redis://redis:6379/0
- OAUTHLIB_INSECURE_TRANSPORT=1

entrypoint: poetry run flask run -h 0.0.0.0
Expand All @@ -33,7 +33,7 @@ services:

environment:
- FLASK_ENV=development
- REDIS_URL=redis://redis:6379/0
- BROKER_URL=redis://redis:6379/0
depends_on:
- app
- redis

0 comments on commit 7b4b077

Please sign in to comment.