Skip to content

Commit

Permalink
env example
Browse files Browse the repository at this point in the history
  • Loading branch information
satchelbaldwin committed Feb 7, 2024
1 parent b58521a commit ff471c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ services:
dockerfile: ./docker/server/Dockerfile
volumes:
- ./api:/opt/climate-search/api
env_file:
- .env
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_ORG_ID=${OPENAI_ORG_ID}
Expand Down Expand Up @@ -73,6 +75,8 @@ services:
- OPENAI_ORG_ID=${OPENAI_ORG_ID}
- TERARIUM_USER=${TERARIUM_USER}
- TERARIUM_PASS=${TERARIUM_PASS}
env_file:
- .env
# minio:
# build:
# context: ./
Expand Down
16 changes: 16 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
OPENAI_API_KEY={OPENAI_API_KEY}
OPENAI_ORG_ID={OPENAI_ORG_ID}
TERARIUM_USER={TERARIUM_USER}
TERARIUM_PASS={TERARIUM_PASS}

ESGF_URL="https://esgf-node.llnl.gov/esg-search"

REDIS_HOST="redis-climate-data"
REDIS_PORT=6379

MINIO_URL="http://minio:9000"
MINIO_USER="miniouser"
MINIO_PASS="miniopass"
MINIO_BUCKET_NAME="climate-data-test-bucket"

TERARIUM_URL="https://server.staging.terarium.ai"

0 comments on commit ff471c0

Please sign in to comment.