fix deploy error?

This commit is contained in:
hoostine 2024-05-30 02:36:27 +00:00
parent 3423df950a
commit f687540c40

View File

@ -20,7 +20,7 @@ services:
netbox-worker:
<<: *netbox
depends_on:
netbox:
- netbox:
condition: service_healthy
command:
- /opt/netbox/venv/bin/python
@ -34,7 +34,7 @@ services:
netbox-housekeeping:
<<: *netbox
depends_on:
netbox:
- netbox:
condition: service_healthy
command:
- /opt/netbox/housekeeping.sh