Skip to content

Commit

Permalink
remove healthcheck that isnt needed
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Dec 10, 2024
2 parents d4db986 + e7e7b4c commit d393c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:

# Run the Python script that handles the build and execution
- name: Launch Docker Stack and run tests
run: python3 main.py local && python3 main.py wait_for "http://localhost:9001/minio/health/live" && python3 main.py test
run: python3 main.py local && python3 main.py wait_for "http://localhost:9001/minio/health/live" && python3 main.py test
6 changes: 0 additions & 6 deletions Docker/docker-compose-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ services:
networks:
- dagster_network
env_file: "../.env"
healthcheck:
test: ["CMD", "mc", "ready", "local"]
interval: 1m30s
timeout: 30s
retries: 5
start_period: 30s

createbuckets:
# Creates the buckets on minio for the harvester to move assets into
Expand Down

0 comments on commit d393c4d

Please sign in to comment.