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)
|
# 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
|
RUN /usr/local/bin/uv pip install --no-cache -r /opt/netbox/plugin_requirements.txt
|
||||||
|
|
||||||
# Copie de la configuration des plugins
|
# NOTE: configuration.py et plugins.py doivent être montés au runtime
|
||||||
COPY plugins.py /etc/netbox/config/plugins.py
|
# via docker-compose pour configurer DynamicSchemaDict et les plugins.
|
||||||
|
|
||||||
# NOTE: local_settings.py pour netbox-branching doit être monté au runtime
|
|
||||||
# via docker-compose pour configurer DynamicSchemaDict correctement.
|
|
||||||
# Voir: https://gitea.arnodo.fr/Damien/netbox-deployment
|
# Voir: https://gitea.arnodo.fr/Damien/netbox-deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user