Skip to content

Commit

Permalink
Updating Docker names and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Sep 9, 2024
1 parent 6fcb8f0 commit be2b932
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Starting ElasticSearch
run: docker-compose -f docker/sas-elastic/docker-compose.yml --project-directory . up -d elastic
run: docker compose -f docker/sas-elastic/compose.yaml --project-directory . up -d elastic
- name: Wait for Elastic to start
run: .github/bin/waitHttp.sh "http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=50s"
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solr-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2

- name: Starting SOLR
run: docker-compose -f docker/sas-solr-cloud/docker-compose.yml --project-directory . up -d
run: docker compose -f docker/sas-solr-cloud/compose.yaml --project-directory . up -d

- name: Wait for SOLR to start
run: docker exec -t solr1 /opt/docker-solr/scripts/wait-for-solr.sh --max-attempts 10 --wait-seconds 5 --solr-url http://0.0.0.0:8983/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Starting SOLR
run: mkdir solr-data && chmod 777 solr-data && docker-compose -f docker/sas-solr/docker-compose.yml --project-directory . up -d solr
run: mkdir solr-data && chmod 777 solr-data && docker compose -f docker/sas-solr/compose.yaml --project-directory . up -d solr

- name: checking docker
run: docker ps && docker logs sas_solr
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit be2b932

Please sign in to comment.