Skip to content

Commit

Permalink
Merge pull request #11 from tacerus/health
Browse files Browse the repository at this point in the history
Revert "fixup: Do healtcheck on the rest api instead of the login form"
  • Loading branch information
tacerus authored Feb 27, 2025
2 parents e11d181 + 663086e commit e064db2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ services:
- ./branding/SUSE_NetBox_Pos.svg:/opt/netbox/netbox/static/logo_netbox_dark_teal.svg:ro
- ./templates/login.html:/opt/netbox/netbox/templates/login.html
restart: unless-stopped
healthcheck:
test:
- CMD
- curl
- "-f"
- http://127.0.0.1:8080/api/status/?format=json
netbox-worker:
env_file: /etc/opt/netbox-docker/netbox.env
image: netbox:${TAG}
Expand Down

0 comments on commit e064db2

Please sign in to comment.