Skip to content

Commit

Permalink
Merge branch 'release-1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Nov 30, 2020
2 parents 2f3a204 + 70b203e commit 207d9b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
context: .
dockerfile: ./compose/production/django/Dockerfile
image: roundabout_production_django
container_name: django
#container_name: django
depends_on:
- postgres
- redis
Expand Down Expand Up @@ -93,8 +93,6 @@ services:
flower:
<<: *django
image: roundabout_production_flower
ports:
- "5555:5555"
command: /start-flower

nginx:
Expand Down

0 comments on commit 207d9b5

Please sign in to comment.