Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 697ad9b

Browse files
author
David Neudorfer
committed
adds temp production hostname
1 parent 4c22a24 commit 697ad9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ services:
1111

1212
app_green:
1313
environment:
14-
- VIRTUAL_HOST=tasks.hotosm.org,tasks-green.hotosm.org
14+
- VIRTUAL_HOST=tasks-production.hotosm.org,tasks-green.hotosm.org
1515
extends:
1616
service: app
1717

1818
app_blue:
1919
environment:
20-
- VIRTUAL_HOST=tasks.hotosm.org,tasks-blue.hotosm.org
20+
- VIRTUAL_HOST=tasks-production.hotosm.org,tasks-blue.hotosm.org
2121
extends:
2222
service: app

0 commit comments

Comments
 (0)