Skip to content

Commit

Permalink
Document additional env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Mar 7, 2024
1 parent b8e2646 commit 0c5a87e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile.hinfo
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ COPY python/lsst/consdb/hinfo.py ./hinfo/
# Environment variables that must be set:
# INSTRUMENT: LATISS, LSSTComCam, LSSTComCamSim, LSSTCam
# POSTGRES_URL: SQLAlchemy connection URL
# KAFKA_BOOTSTRAP: AIOKafkaConsumer bootstrap server specification
# KAFKA_BOOTSTRAP: host:port of bootstrap server
# KAFKA_USERNAME: username for SASL_PLAIN authentication
# KAFKA_PASSWORD: password for SASL_PLAIN authentication
# SCHEMA_URL: Kafkit registry schema URL
# Optional environment variable:
# Optional environment variables:
# BUCKET_PREFIX: "rubin:" at USDF
# KAFKA_GROUP_ID: name of consumer group, default is "consdb-consumer"

ENTRYPOINT [ "bash", "-c", "source loadLSST.bash; setup obs_lsst; python ./hinfo/hinfo.py" ]

0 comments on commit 0c5a87e

Please sign in to comment.