tweaks to checkout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user