comparison compose3/preview/import-usps.yml @ 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
author smith@nwoca.org
date Mon, 15 May 2017 23:07:10 +0100
parents 03e39b95d904
children
comparison
equal deleted inserted replaced
135:03e39b95d904 136:72f15ffc9ad2
1 version: "3.1" 1 version: "3.1"
2 services: 2 services:
3 uspsimport: 3 uspsimport:
4 extends: 4 image: docker.ssdt.io/usps-import:preview
5 file: /ssdt/compose2/preview/usxs-services.yml 5 command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- } ${IMP_ANON- } ${IMP_EM- }
6 service: uspsimport-base 6 depends_on:
7 - uspsdb
8 environment:
9 - DB_HOST=uspsdb
10 - DB_NAME=uspsdb
11 - DB_USER=usps
12 - DB_PASS=${USPS_DB_PASSWORD:-uspsdefault}
13