mozaggregator2bq/docker-compose.yml

21 строка
516 B
YAML

version: "3.4"
services:
app:
build:
context: .
volumes:
- ./:/app
# Mount the local gcloud sdk configuration when developing. Note that this
# will modify the contents on the host.
- ${CLOUDSDK_CONFIG}/:/tmp/.config/gcloud
environment:
- CLOUDSDK_CONFIG=/tmp/.config/gcloud
- CLOUDSDK_CORE_PROJECT
- POSTGRES_HOST
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_PASS
# variables required for backfill.sh
- START_DS
- END_DS