Skip to content

Commit

Permalink
fix thanks to MC, add working dockerfile with working test app setup
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff committed Aug 29, 2024
1 parent f09940a commit 40d3d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def _test_speedups_disable(request, settings, _test_speedups):
@pytest.fixture(scope='session')
def setup_connections():
connections.create_connection(hosts=['http://localhost:9201'])
connections.create_connection(hosts=['http://192.168.168.167:9201'])


@pytest.fixture(scope='function')
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:

# Temporary: Remove when we've upgraded to ES6
elasticsearch6:
image: docker.elastic.co/elasticsearch/elasticsearch:6.3.1
image: quay.io/matt_cos/es6-arm
ports:
- 9201:9200
volumes:
Expand Down

0 comments on commit 40d3d51

Please sign in to comment.