refactor: remove plugins.py from image (mount at runtime)
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:
@@ -17,9 +17,6 @@ COPY plugin_requirements.txt /opt/netbox/
|
||||
# Installation des plugins via uv pip (méthode officielle NetBox Docker)
|
||||
RUN /usr/local/bin/uv pip install --no-cache -r /opt/netbox/plugin_requirements.txt
|
||||
|
||||
# Copie de la configuration des plugins
|
||||
COPY plugins.py /etc/netbox/config/plugins.py
|
||||
|
||||
# NOTE: local_settings.py pour netbox-branching doit être monté au runtime
|
||||
# via docker-compose pour configurer DynamicSchemaDict correctement.
|
||||
# NOTE: configuration.py et plugins.py doivent être montés au runtime
|
||||
# via docker-compose pour configurer DynamicSchemaDict et les plugins.
|
||||
# Voir: https://gitea.arnodo.fr/Damien/netbox-deployment
|
||||
|
||||
Reference in New Issue
Block a user