From 3bf52de105e7373a1ce7d353bfdae74a23abb4fa Mon Sep 17 00:00:00 2001 From: Natalie Schultz <90212258+nataliejschultz@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:32:46 -0600 Subject: [PATCH] Removing port 8080 (yet again!!) Previous run of this test succeeded. Going to see what happens when I remove port 8080 as the only change (again) --- emission/integrationTests/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emission/integrationTests/docker-compose.yml b/emission/integrationTests/docker-compose.yml index 4ee29abd3..e5eb2635e 100644 --- a/emission/integrationTests/docker-compose.yml +++ b/emission/integrationTests/docker-compose.yml @@ -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 @@ -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: