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