From c7614aa3c3cc2d14f9f1415f07760af522f0956a Mon Sep 17 00:00:00 2001 From: hoostine Date: Thu, 30 May 2024 02:56:51 +0000 Subject: [PATCH] stupid docker stack compatability --- docker-compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6ccf6fe..22531a5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,8 +20,7 @@ services: netbox-worker: <<: *netbox depends_on: - - netbox: - condition: service_healthy + - netbox command: - /opt/netbox/venv/bin/python - /opt/netbox/netbox/manage.py @@ -34,8 +33,7 @@ services: netbox-housekeeping: <<: *netbox depends_on: - - netbox: - condition: service_healthy + - netbox command: - /opt/netbox/housekeeping.sh healthcheck: