Skip to content

Commit

Permalink
Re-adding port 8080
Browse files Browse the repository at this point in the history
Test does not work without it!!
  • Loading branch information
nataliejschultz committed Sep 29, 2023
1 parent 88b0030 commit 8a6d339
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- nominatim
environment:
- DB_HOST=db
- OPENSTREETMAP_QUERY_URL=http://rhodeisland-nominatim
- OPENSTREETMAP_QUERY_URL=http://rhodeisland-nominatim:8080
- GFBK_KEY=$GFBK_KEY
volumes:
# specify the host directory where the source code should live
Expand Down Expand Up @@ -39,6 +39,8 @@ 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 8a6d339

Please sign in to comment.