moved to integreat

This commit is contained in:
Bryce Covert
2018-04-10 06:43:44 -07:00
parent 5e7add409f
commit 39fa8a8032
18 changed files with 50 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
version: '3'
services:
nginx-proxy:
restart: always
restart: "always"
ports:
- "8080:80"
- "8443:443"
@@ -11,7 +11,7 @@ services:
- /opt/integreat/staging/etc/nginx/vhost.d:/etc/nginx/vhost.d
- /opt/integreat/staging/usr/share/nginx/html:/usr/share/nginx/html
letsencrypt:
restart: always
restart: "always"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /opt/integreat/staging/certs/:/etc/nginx/certs
@@ -21,8 +21,8 @@ services:
restart: always
environment:
config: /usr/local/config/staging.edn
VIRTUAL_HOST: staging.integreat.aws.brycecovertoperations.com
LETSENCRYPT_HOST: staging.integreat.aws.brycecovertoperations.com
VIRTUAL_HOST: staging.app.integreatconsult.com
LETSENCRYPT_HOST: staging.app.integreatconsult.com,app.integreatconsult.com
LETSENCRYPT_EMAIL: le@brycecovertoperations.com
database:
restart: always