diff --git a/docker-compose.yml b/docker-compose.yml index 991cb0b..b6ae685 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,7 +56,8 @@ services: - netbox-media:/opt/netbox/netbox/media - netbox-reports:/opt/netbox/netbox/reports - netbox-scripts:/opt/netbox/netbox/scripts - - /opt/netbox/app/local_settings.py:/etc/netbox/config/local_settings.py:ro + - /opt/netbox/app/configuration.py:/etc/netbox/config/configuration.py:ro + - /opt/netbox/app/plugins.py:/etc/netbox/config/plugins.py:ro restart: unless-stopped netbox-worker: @@ -81,7 +82,8 @@ services: - netbox-media:/opt/netbox/netbox/media - netbox-reports:/opt/netbox/netbox/reports - netbox-scripts:/opt/netbox/netbox/scripts - - /opt/netbox/app/local_settings.py:/etc/netbox/config/local_settings.py:ro + - /opt/netbox/app/configuration.py:/etc/netbox/config/configuration.py:ro + - /opt/netbox/app/plugins.py:/etc/netbox/config/plugins.py:ro restart: unless-stopped netbox-housekeeping: @@ -102,7 +104,8 @@ services: - REDIS_CACHE_PORT=6379 - SECRET_KEY=${SECRET_KEY} volumes: - - /opt/netbox/app/local_settings.py:/etc/netbox/config/local_settings.py:ro + - /opt/netbox/app/configuration.py:/etc/netbox/config/configuration.py:ro + - /opt/netbox/app/plugins.py:/etc/netbox/config/plugins.py:ro restart: unless-stopped volumes: