staging environment.

This commit is contained in:
Bryce Covert
2019-01-26 09:02:28 -08:00
parent e63d5d77e7
commit d18f68a15c
6 changed files with 9 additions and 15 deletions

View File

@@ -3,8 +3,8 @@ services:
nginx-proxy:
restart: "always"
ports:
- "8080:80"
- "8443:443"
- "80:80"
- "443:443"
labels:
- com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true
volumes:
@@ -25,9 +25,9 @@ services:
restart: always
environment:
config: /usr/local/config/staging.edn
VIRTUAL_HOST: staging.app.integreatconsult.com
VIRTUAL_HOST: staging2.app.integreatconsult.com
VIRTUAL_PORT: 3000
LETSENCRYPT_HOST: staging.app.integreatconsult.com
LETSENCRYPT_HOST: staging2.app.integreatconsult.com
LETSENCRYPT_EMAIL: le@brycecovertoperations.com
database:
restart: always