Skip to content

Commit

Permalink
Use exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 18, 2024
1 parent 250721d commit e108b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/orion-ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
networks:
- default
ports:
- "${ORION_LD_PORT}:${ORION_LD_PORT}" # localhost:1026
- "${EXPOSED_PORT}:${ORION_LD_PORT}" # localhost:1026
command: -dbhost mongo-db -logLevel DEBUG -forwarding
healthcheck:
test: curl --fail -s http://orion:${ORION_LD_PORT}/version || exit 1
Expand Down
1 change: 1 addition & 0 deletions docker-compose/scorpio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
POSTGRES_DB: ngb
logging:
driver: none

networks:
default:
labels:
Expand Down

0 comments on commit e108b5b

Please sign in to comment.