Skip to content

Commit

Permalink
"Universal" network removal
Browse files Browse the repository at this point in the history
Trying to remove universal network at the bottom of the file, and removing http.
  • Loading branch information
nataliejschultz committed Aug 22, 2023
1 parent 927a6f7 commit 1ada684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion emission/integrationTests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get install -y curl
RUN echo "About to copy e-mission server code"
COPY start_integration_tests.sh/ /start_integration_tests.sh

ENV NOMINATIM_QUERY_URL='http://nominatim:8080'
ENV NOMINATIM_QUERY_URL='nominatim:8080'

# CMD ["python", "../individual_tests/TestNominatim.py"]
CMD ["/bin/bash", "/start_integration_tests.sh"]
4 changes: 0 additions & 4 deletions emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ services:
networks:
- nominatim-network

networks:
emission:
nominatim-network:

volumes:
mongo-data:
nominatim-data:

0 comments on commit 1ada684

Please sign in to comment.