Skip to content

Commit

Permalink
add internal docker host to compose to allow connection to legacy stu…
Browse files Browse the repository at this point in the history
…b locally. (#151)
  • Loading branch information
DeclanClarkeCGI authored Jan 25, 2024
1 parent 545eeeb commit 20592ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- LOGBACK_REQUIRE_ALERT_LEVEL=false
- LOGBACK_REQUIRE_ERROR_CODE=false
- OPAL_FINES_DB_HOST=opal-fines-db
- OPAL_LEGACY_GATEWAY_URL=http://host.docker.internal:4553/opal
ports:
- $SERVER_PORT:$SERVER_PORT

Expand Down

0 comments on commit 20592ef

Please sign in to comment.