Skip to content

Commit

Permalink
adds temp production hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
David Neudorfer committed Jan 26, 2017
1 parent 4c22a24 commit 697ad9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ services:

app_green:
environment:
- VIRTUAL_HOST=tasks.hotosm.org,tasks-green.hotosm.org
- VIRTUAL_HOST=tasks-production.hotosm.org,tasks-green.hotosm.org
extends:
service: app

app_blue:
environment:
- VIRTUAL_HOST=tasks.hotosm.org,tasks-blue.hotosm.org
- VIRTUAL_HOST=tasks-production.hotosm.org,tasks-blue.hotosm.org
extends:
service: app

0 comments on commit 697ad9b

Please sign in to comment.