feat: add local_settings.py for netbox-branching support
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
All checks were successful
Build and Push Docker Images / build (push) Successful in 6s
This commit is contained in:
@@ -20,6 +20,9 @@ RUN /usr/local/bin/uv pip install --no-cache -r /opt/netbox/plugin_requirements.
|
||||
# Copie de la configuration des plugins
|
||||
COPY plugins.py /etc/netbox/config/plugins.py
|
||||
|
||||
# Copie de local_settings.py pour netbox-branching (DynamicSchemaDict)
|
||||
COPY local_settings.py /opt/netbox/netbox/netbox/local_settings.py
|
||||
|
||||
# NOTE: collectstatic est skippé au build car certains plugins (netbox_branching)
|
||||
# nécessitent une configuration runtime complète (DATABASES avec DynamicSchemaDict).
|
||||
# Les assets statiques seront collectés automatiquement au premier démarrage du container.
|
||||
|
||||
Reference in New Issue
Block a user