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