Skip to content

Commit

Permalink
Export PeerScout API port on host (#624)
Browse files Browse the repository at this point in the history
The port mapping was missing.
  • Loading branch information
de-code authored Feb 19, 2024
1 parent 1addc7a commit 7f6e25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ services:
- ~/.config/gcloud:/root/.config/gcloud
environment:
- DEPLOYMENT_ENV=staging
ports:
- "${DATA_SCIENCE_DAGS_PEERSCOUT_API_PORT}:8080"

peerscout-api-dev:
volumes:
Expand Down

0 comments on commit 7f6e25e

Please sign in to comment.