annotate prod/usas-services.yml @ 587:2bd96ab37a7a production

Added tag v2.19.0 for changeset f897ce55c610
author Marc Davis <marc.davis@mcoecn.org>
date Thu, 05 Sep 2024 14:09:51 -0400
parents 9afc8cb478f6
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
574
9afc8cb478f6 Domain changed from ssdt.io to ssdt-ohio.org
Marc Davis <marc.davis@mcoecn.org>
parents: 298
diff changeset
3 image: docker.ssdt-ohio.org/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
574
9afc8cb478f6 Domain changed from ssdt.io to ssdt-ohio.org
Marc Davis <marc.davis@mcoecn.org>
parents: 298
diff changeset