Skip to content

Commit

Permalink
moved env vars from compose to env.development
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Mar 20, 2024
1 parent 185bf20 commit 6075fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ services:
- ./umich_catalog_indexing/.:/app
- ./sftp/ssh/ssh_client_rsa_key:/etc/secret-volume/id_rsa:ro
- gem_cache:/gems
environment:
- REDIS_URL=redis://redis:6379
- HLB_XML_ENDPOINT=https://apps.lib.umich.edu/browse/categories/xml.php
- NODB=1
env_file:
- ./umich_catalog_indexing/.env
- ./umich_catalog_indexing/env.development
Expand Down
2 changes: 2 additions & 0 deletions umich_catalog_indexing/env.development
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ REINDEX_SOLR_URL=http://solr:8983/solr/biblio
SIDEKIQ_SUPERVISOR_HOST=http://supervisor:3000
SOLRCLOUD_ON=true
PROMETHEUS_PUSH_GATEWAY=http://pushgateway:9091
HLB_XML_ENDPOINT=https://apps.lib.umich.edu/browse/categories/xml.php
REDIS_URL=redis://redis:6379

0 comments on commit 6075fd4

Please sign in to comment.