Skip to content

Commit

Permalink
Remove health checks against opensearch (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun authored Sep 30, 2024
1 parent 8045dcb commit 4863e2d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions docker-compose.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ services:
build:
context: .
dockerfile: Dockerfile
extends:
file: docker-compose.opensearch.${OPENSEARCH_CLUSTER_TYPE:-single-node}.apps.yml
service: web
mem_limit: 1gb
cpus: 2
command: ./scripts/run-django-dev.sh
Expand Down Expand Up @@ -50,9 +47,6 @@ services:
build:
context: .
dockerfile: Dockerfile
extends:
file: docker-compose.opensearch.${OPENSEARCH_CLUSTER_TYPE:-single-node}.apps.yml
service: web
command: >
/bin/bash -c '
sleep 3;
Expand Down
17 changes: 0 additions & 17 deletions docker-compose.opensearch.cluster.apps.yml

This file was deleted.

9 changes: 0 additions & 9 deletions docker-compose.opensearch.single-node.apps.yml

This file was deleted.

0 comments on commit 4863e2d

Please sign in to comment.