3.5+ script storage across multiple containers/machines #1015
Unanswered
FliesLikeABrick
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have multiple containers running on different hosts for HA to our netbox setup. We previously managed our custom script deployment by tracking those files in our internal fork of netbox-docker, and exposing them to the container via a volume mapping from the local host (that had our netbox-docker fork cloned locally).
With 3.5's change that requires scripts to be uploaded via the UI, it does not look like this strategy works? Is there a recommended approach to synchronizing these reasonably? I would like to avoid needing a shared nfs volume or something for the script storage that the UI manages, if possible - since we already have our scripts versioned in git. Is there a way to just deploy these either in the container build or in the filesystem of the physical host?
Beta Was this translation helpful? Give feedback.
All reactions