mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-23 06:12:21 +00:00
fix deploy error?
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user