From f687540c40943ae36a9e43c26d4b23832ead6caf Mon Sep 17 00:00:00 2001 From: hoostine Date: Thu, 30 May 2024 02:36:27 +0000 Subject: [PATCH] fix deploy error? --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1f6a675..6ccf6fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,8 +20,8 @@ services: netbox-worker: <<: *netbox depends_on: - netbox: - condition: service_healthy + - netbox: + condition: service_healthy command: - /opt/netbox/venv/bin/python - /opt/netbox/netbox/manage.py @@ -34,8 +34,8 @@ services: netbox-housekeeping: <<: *netbox depends_on: - netbox: - condition: service_healthy + - netbox: + condition: service_healthy command: - /opt/netbox/housekeeping.sh healthcheck: