Commit Graph

6 Commits

Author SHA1 Message Date
6375641926 refactor: remove local_settings.py from image (mount at runtime)
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
2026-01-07 15:23:44 +00:00
876abcf8d0 fix: move local_settings.py to /etc/netbox/config/
All checks were successful
Build and Push Docker Images / build (push) Successful in 7s
2026-01-07 15:10:29 +00:00
2eef404f14 feat: add local_settings.py for netbox-branching support
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
2026-01-07 14:56:12 +00:00
afcb1b2e60 fix(netbox): skip collectstatic at build time for complex plugins
All checks were successful
Build and Push Docker Images / build (push) Successful in 30s
netbox_branching requires DynamicSchemaDict for DATABASES which cannot
be configured at build time. Static assets will be collected at container
startup instead.
2026-01-07 13:41:26 +00:00
dce74cddfd Update images/netbox/Dockerfile
Some checks failed
Build and Push Docker Images / build (push) Failing after 5s
2026-01-07 13:39:13 +00:00
b05905590a feat(netbox): add Dockerfile for NetBox with plugins 2026-01-07 12:39:09 +00:00