view prod/import-usas.yml @ 417:c3f58eddce4f

INV-475: Added duo properties to inventory scripts.
author Jason Klinger <klinger@nwoca.org>
date Mon, 08 May 2023 17:05:19 +0100
parents b390c30aa6c6
children
line wrap: on
line source
version: "3.3"
services:
  usasimport:
    image: docker.ssdt.io/usas-import:${USAS_TAG:-prod}
    command: -i ${IMP_IRN- } -u ${IMP_URL- } -r ${IMP_PATH- }
    depends_on:
      - usasdb
    environment:
      - DB_HOST=usasdb
      - DB_NAME=usasdb
      - DB_USER=usas
      - DB_PASS=${USAS_DB_PASSWORD:-usasdefault}