view prod/import-usas.yml @ 423:8f797bb7ccb3

INV-470: Added script to anonymize inventory db.
author Jason Klinger <klinger@nwoca.org>
date Tue, 22 Aug 2023 21:05:52 +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}