2021-01-29 03:08:50 +03:00
|
|
|
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
|
2021-01-29 03:47:48 +03:00
|
|
|
- POSTGRES_HOST
|
2021-01-29 04:16:10 +03:00
|
|
|
- POSTGRES_DB
|
|
|
|
- POSTGRES_USER
|
|
|
|
- POSTGRES_PASS
|
2021-01-29 03:08:50 +03:00
|
|
|
# variables required for backfill.sh
|
|
|
|
- START_DS
|
|
|
|
- END_DS
|