annotate prod/usas-services.yml @ 472:44123bc3d4d4

USASR-5154 try updating
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 28 Sep 2023 15:23:35 -0400
parents 9dbc33d0ca96
children
rev   line source
136
72f15ffc9ad2 DEP-12: convert compose files to 3.1. remove template. update bash script to create composite docker-files without extends. prevent overwriting manual changes to docker-comose.yml
smith@nwoca.org
parents: 135
diff changeset
1 usasdb:
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
2 restart: unless-stopped
151
11fb5ba7f55b DEP-12: make postgres 9.6 available
smith@nwoca.org
parents: 150
diff changeset
3 image: docker.ssdt.io/ssdt-postgres:5
121
cf5348287cf6 DEP-12: consolidate compose services
smith@nwoca.org
parents: 120
diff changeset
4 volumes:
cf5348287cf6 DEP-12: consolidate compose services
smith@nwoca.org
parents: 120
diff changeset
5 - usasdata:/var/lib/postgresql/data
128
c39100a00b5c DEP-12: add explicit network defintions for backend
smith@nwoca.org
parents: 127
diff changeset
6 networks:
c39100a00b5c DEP-12: add explicit network defintions for backend
smith@nwoca.org
parents: 127
diff changeset
7 - default
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
8 environment:
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
9 - DB_NAME=usasdb
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
10 - DB_USER=usas
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
11 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}
136
72f15ffc9ad2 DEP-12: convert compose files to 3.1. remove template. update bash script to create composite docker-files without extends. prevent overwriting manual changes to docker-comose.yml
smith@nwoca.org
parents: 135
diff changeset
12 usasapp:
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
13 restart: unless-stopped
235
b390c30aa6c6 DEP-14: update prod tags
smith@nwoca.org
parents: 234
diff changeset
14 image: docker.ssdt.io/usas-app:${USAS_TAG:-prod}
136
72f15ffc9ad2 DEP-12: convert compose files to 3.1. remove template. update bash script to create composite docker-files without extends. prevent overwriting manual changes to docker-comose.yml
smith@nwoca.org
parents: 135
diff changeset
15 depends_on:
72f15ffc9ad2 DEP-12: convert compose files to 3.1. remove template. update bash script to create composite docker-files without extends. prevent overwriting manual changes to docker-comose.yml
smith@nwoca.org
parents: 135
diff changeset
16 - usasdb
128
c39100a00b5c DEP-12: add explicit network defintions for backend
smith@nwoca.org
parents: 127
diff changeset
17 networks:
172
65ad866531d3 USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
smith@nwoca.org
parents: 151
diff changeset
18 default:
65ad866531d3 USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
smith@nwoca.org
parents: 151
diff changeset
19 aliases:
65ad866531d3 USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
smith@nwoca.org
parents: 151
diff changeset
20 - ${USAS_APP_HOST:-usasapp-svr}
85
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
21 environment:
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
22 - DB_HOST=usasdb
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
23 - DB_NAME=usasdb
8f45c43ea7a4 DEP-12: start upgrading scripts and compose files for RC and docker 1.12
Dave Smith <smith@nwoca.org>
parents:
diff changeset
24 - DB_USER=usas
110
950df79a9d65 DEP-12: update password configuration
smith@nwoca.org
parents: 109
diff changeset
25 - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}
197
19582dd3c364 USASR-2636: Set leak detection threshold to default of 5 minutes
Christopher Springer <springer@nwoca.org>
parents: 172
diff changeset
26 - DB_POOL_LEAKDETECTIONTHRESHOLD=300000
259
95c897db1e67 add nginx-proxy ssl policy env varible.
smith@nwoca.org
parents: 235
diff changeset
27 - SSL_POLICY=${SSL_POLICY:-Mozilla-Modern}
298
9dbc33d0ca96 add application.instance.type in default configurations
smith@nwoca.org
parents: 259
diff changeset
28 - APPLICATION_INSTANCE_TYPE=${APPLICATION_INSTANCE_TYPE:-Production}
172
65ad866531d3 USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
smith@nwoca.org
parents: 151
diff changeset
29 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_CLIENTHOST=${USPS_APP_HOST:-uspsapp-svr}
120
2e25338c847e DEP-12: update integration vars
smith@nwoca.org
parents: 119
diff changeset
30 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_CLIENTDNSLOOKUP=true
2e25338c847e DEP-12: update integration vars
smith@nwoca.org
parents: 119
diff changeset
31 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERHOST=0.0.0.0
133
1e37ed533797 DEP-12: config errors in integration env var names
smith@nwoca.org
parents: 132
diff changeset
32 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_SERVERHOSTDNSLOOKUP=false
132
a095257a342b DEP-12: add auto-config of initial integration keys
smith@nwoca.org
parents: 128
diff changeset
33 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_APPLICATIONID=${USAS_APPLICATIONID:- }
a095257a342b DEP-12: add auto-config of initial integration keys
smith@nwoca.org
parents: 128
diff changeset
34 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_APIKEY=${USAS_APIKEY:- }
a095257a342b DEP-12: add auto-config of initial integration keys
smith@nwoca.org
parents: 128
diff changeset
35 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_REMOTEAPPLICATIONID=${USPS_APPLICATIONID:- }
197
19582dd3c364 USASR-2636: Set leak detection threshold to default of 5 minutes
Christopher Springer <springer@nwoca.org>
parents: 172
diff changeset
36 - USAS_MODULE_USPSINTEGRATION_CONFIGURATION_USPSCONFIGURATION_REMOTEAPIKEY=${USPS_APIKEY:- }