Skip to content

Commit

Permalink
refactor: Remove healthchecks from local compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Mar 6, 2024
1 parent 2645543 commit fcc857d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions environments/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ services:
volumes:
- "../config/nautobot_config.py:/opt/nautobot/nautobot_config.py"
- "../jobs:/opt/nautobot/jobs"
healthcheck:
test: ["CMD", "true"] # Due to layering, disable: true won't work. Instead, change the test
celery_worker:
volumes:
- "../config/nautobot_config.py:/opt/nautobot/nautobot_config.py"
- "../jobs:/opt/nautobot/jobs"
healthcheck:
test: ["CMD", "true"] # Due to layering, disable: true won't work. Instead, change the test

0 comments on commit fcc857d

Please sign in to comment.