annotate pilot/nginx-override.yml @ 169:2d71e4c24606 hotfix/v1.2.1

add example nginx-override
author smith@nwoca.org
date Fri, 18 Aug 2017 19:24:01 +0100
parents
children
rev   line source
169
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
1 version: "3.3"
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
2 services:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
3 usasapp:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
4 networks:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
5 - proxy
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
6 environment:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
7 - APPLICATION_ADMIN_PASSWORD=test
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
8 - APPLICATION_ADMIN_RESET=true
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
9 - VIRTUAL_HOST=${COMPOSE_PROJECT_NAME}-usas.demo2.ssdt.io
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
10 - VIRTUAL_PORT=8080
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
11 - LETSENCRYPT_HOST=${COMPOSE_PROJECT_NAME}-usas.demo2.ssdt.io
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
12 - LETSENCRYPT_EMAIL=smith@nwoca.org
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
13 - JAVA_OPTS=-Xmx840m
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
14 uspsapp:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
15 networks:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
16 - proxy
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
17 environment:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
18 - APPLICATION_ADMIN_PASSWORD=test
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
19 - APPLICATION_ADMIN_RESET=true
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
20 - VIRTUAL_HOST=${COMPOSE_PROJECT_NAME}-usps.demo2.ssdt.io
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
21 - VIRTUAL_PORT=8080
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
22 - LETSENCRYPT_HOST=${COMPOSE_PROJECT_NAME}-usps.demo2.ssdt.io
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
23 - LETSENCRYPT_EMAIL=smith@nwoca.org
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
24 - JAVA_OPTS=-Xmx840m
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
25 networks:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
26 proxy:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
27 external:
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
28 name: proxy_default
2d71e4c24606 add example nginx-override
smith@nwoca.org
parents:
diff changeset
29