forked from mirror/netbox-docker
stupid docker stack compatability
This commit is contained in:
parent
f687540c40
commit
c7614aa3c3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user