Skip to content

Commit

Permalink
[docker][s]: add https vhost for api containers (may help with https).
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Jul 8, 2017
1 parent c41397a commit c4817eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ auth:
- "8000:8000"
target_num_containers: 1
environment:
VIRTUAL_HOST: ${DOMAIN_API}/auth/*,${DOMAIN_API}:443/auth/*
VIRTUAL_HOST: ${DOMAIN_API}/auth/*,https://${DOMAIN_API}/auth/*
GUNICORN_PORT: 8000
DATABASE_URL: "postgresql:https://auth_service@postgres/auth_service"
EXTERNAL_ADDRESS: api.${DOMAIN}
Expand All @@ -47,5 +47,5 @@ rawstore:
- '8001:8001'
target_num_containers: 1
environment:
VIRTUAL_HOST: ${DOMAIN_API}/rawstore/*,${DOMAIN_API}:443/rawstore/*
VIRTUAL_HOST: ${DOMAIN_API}/rawstore/*,https://${DOMAIN_API}/rawstore/*
GUNICORN_PORT: 8001

0 comments on commit c4817eb

Please sign in to comment.