Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
review mode setup
  • Loading branch information
hoatle committed Jul 7, 2017
1 parent a710fda commit 1f7d0cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env-review
@@ -0,0 +1,2 @@
# specific environtment variables for review mode

15 changes: 15 additions & 0 deletions docker-compose.review.yml
@@ -0,0 +1,15 @@
version: '3'

services:
review:
image: ${DOCKER_IMAGE_REVIEW}
environment:
PORT: 8080
VIRTUAL_HOST: review.nodejs.teracy.dev, ~^review.\nodejs\..*\.xip\.io
HTTPS_METHOD: noredirect # support both http and https
env_file:
- .env-common
- .env-review
ports:
- "8080"
network_mode: bridge

0 comments on commit 1f7d0cf

Please sign in to comment.