view prod/import-usas.yml @ 255:adbef03ee9e8

add max days to access log
author smith@nwoca.org
date Tue, 29 May 2018 17:12:03 +0100
parents b390c30aa6c6
children 9afc8cb478f6
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}