Skip to content

Commit

Permalink
add some settings in review docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjcumming committed Apr 23, 2024
1 parent 9693d98 commit 236af02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ x-app: &common
"Settings.redis.app_data.url": "redis://redis:6379"
"Settings.redis.sidekiq.url": "redis://redis:6379"
"Settings.redis.rails_cache.url": "redis://redis:6379"
"Settings.saml_ssoe.idp_metadata_file": "config/ssoe_idp_sqa_metadata_isam.xml"
"Settings.betamocks.cache_dir": "config/vets-api-mockdata"
image: vets-api:${DOCKER_IMAGE:-latest}
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 236af02

Please sign in to comment.