Add example usage to README

This commit is contained in:
Corbin Bartsch 2023-10-28 15:59:26 -04:00 committed by Corbin Bartsch
parent 14a67f676b
commit df476f1c61
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -79,4 +79,21 @@ containers:
mem_limit: 128m
ports:
- "4242:4242"
- service_name: netbox
active: true
image: docker.io/netboxcommunity/netbox:v3.6-2.7.0
anchor: netbox
user: "unit:root"
- service_name: netbox-worker
active: true
fragment: netbox
command:
- /opt/netbox/venv/bin/python
- /opt/netbox/netbox/manage.py
- rqworker
- service_name: netbox-housekeeping
active: true
fragment: netbox
command:
- /opt/netbox/housekeeping.sh
```