Skip to content

Commit

Permalink
Removing port 8080!
Browse files Browse the repository at this point in the history
Let's see what happens!
  • Loading branch information
nataliejschultz committed Sep 28, 2023
1 parent 8cc7187 commit 88b0030
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 @@ -8,7 +8,7 @@ services:
- nominatim
environment:
- DB_HOST=db
- OPENSTREETMAP_QUERY_URL=http://rhodeisland-nominatim:8080
- OPENSTREETMAP_QUERY_URL=http://rhodeisland-nominatim
- GFBK_KEY=$GFBK_KEY
volumes:
# specify the host directory where the source code should live
Expand Down Expand Up @@ -39,8 +39,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 88b0030

Please sign in to comment.