tweaks to checkout.

This commit is contained in:
Bryce Covert
2018-07-12 19:12:40 -07:00
parent 2928b02eed
commit b95f43fd1d
5 changed files with 17 additions and 12 deletions

View File

@@ -3,8 +3,11 @@ services:
nginx-proxy:
restart: "always"
ports:
- "8080:80"
- "80:80"
- "443:443"
- "8443:443"
labels:
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- /opt/integreat/staging/certs/:/etc/nginx/certs:ro
@@ -22,7 +25,7 @@ services:
environment:
config: /usr/local/config/staging.edn
VIRTUAL_HOST: staging.app.integreatconsult.com
LETSENCRYPT_HOST: staging.app.integreatconsult.com,app.integreatconsult.com
LETSENCRYPT_HOST: staging.app.integreatconsult.com
LETSENCRYPT_EMAIL: le@brycecovertoperations.com
database:
restart: always