From df476f1c61f9b67ec168f062ff197251405ed27d Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sat, 28 Oct 2023 15:59:26 -0400 Subject: [PATCH] Add example usage to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 3411d1c..b48cac2 100644 --- a/README.md +++ b/README.md @@ -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 ```