Skip to content

Commit

Permalink
Removing port 8080 (yet again!!)
Browse files Browse the repository at this point in the history
Previous run of this test succeeded. Going to see what happens when I remove port 8080 as the only change (again)
  • Loading branch information
nataliejschultz committed Oct 30, 2023
1 parent ce2db01 commit 3bf52de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- GFBK_KEY=$GFBK_KEY
- GEOFABRIK_QUERY_URL=https://geocoding.geofabrik.de/$GFBK_KEY
- OPENSTREETMAP_QUERY_URL=https://nominatim.openstreetmap.org
- NOMINATIM_CONTAINER_URL=http://rhodeisland-nominatim:8080
- NOMINATIM_CONTAINER_URL=http://rhodeisland-nominatim

volumes:
# specify the host directory where the source code should live
Expand Down Expand Up @@ -41,8 +41,6 @@ services:
entrypoint: /app/start.sh
image: nataliejschultz/rhodeisland-image:4.0
container_name: rhodeisland-nominatim
ports:
- "8080:8080"
deploy:
replicas: 1
restart_policy:
Expand Down

0 comments on commit 3bf52de

Please sign in to comment.