multiple environments.

This commit is contained in:
Bryce Covert
2018-04-08 22:12:27 -07:00
parent 9dabb633a7
commit 2f400fc3c9
9 changed files with 33 additions and 25 deletions

View File

@@ -2,9 +2,6 @@ version: '3'
services:
nginx-proxy:
image: jwilder/nginx-proxy:alpine
ports:
- "80:80"
- "443:443"
labels:
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy=true"
volumes:
@@ -26,12 +23,10 @@ services:
depends_on:
- database
environment:
config: /usr/local/config/prod.edn
config: /usr/local/config/local.edn
VIRTUAL_HOST: local.integreat.aws.brycecovertoperations.com
database:
image: postgres:9-alpine
ports:
- 5432:5432
environment:
POSTGRES_USER: ap
POSTGRES_PASSWORD: fifteen-invoices-imported!