Skip to content

Commit

Permalink
Merge pull request #6106 from avalonmediasystem/fix_test_fedora_conne…
Browse files Browse the repository at this point in the history
…ction

Set fedora url env variable to right value in test container
  • Loading branch information
masaball authored Nov 8, 2024
2 parents b3411c8 + d1a4876 commit 6ee29e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

volumes:
database:
fedora:
Expand Down Expand Up @@ -162,7 +160,8 @@ services:
- SETTINGS__FFMPEG__PATH=/usr/bin/ffmpeg
- SETTINGS__REDIS__HOST=redis-test
- SETTINGS__REDIS__PORT=6379
- FEDORA_URL=http://fedora-test:8080/fedora/rest
- FEDORA_URL=http://fedoraAdmin:fedoraAdmin@fedora-test:8080/fcrepo/rest
- FEDORA_BASE_PATH=/test
- SOLR_URL=http://solr-test:8983/solr/avalon
- RAILS_ENV=test
- BUNDLE_FLAGS=--with aws test postgres --without production
Expand Down

0 comments on commit 6ee29e1

Please sign in to comment.