netbox-community / netbox-docker

🐳 Docker Image of NetBox

Home Page:https://github.com/netbox-community/netbox-docker/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

superuser_password secret fails with permission denied

clinta opened this issue · comments

Current Behavior

Trying to use superuser_password secret fails with the following message:

/opt/netbox/docker-entrypoint.sh: line 64: /run/secrets/superuser_password: Permission denied

Expected Behavior

Expect the superuser_password secret to work

Docker Compose Version

v2.24.5

Docker Version

Client: Docker Engine - Community
 Version:           25.0.3
 API version:       1.44
 Go version:        go1.21.6
 Git commit:        4debf41
 Built:             Tue Feb  6 21:13:09 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          25.0.3
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.6
  Git commit:       f417435
  Built:            Tue Feb  6 21:13:09 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

The git Revision

f1ca9ab

The git Status

On branch release
Your branch is up to date with 'origin/release'.

nothing to commit, working tree clean

Startup Command

docker compose up

NetBox Logs

netbox-1  | ⚙️ Applying database migrations
netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-1  | Operations to perform:
netbox-1  |   Apply all migrations: account, admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, sessions, social_django, taggit, tenancy, users, virtualization, vpn, wireless
netbox-1  | Running migrations:
netbox-1  |   Applying contenttypes.0001_initial... OK
netbox-1  |   Applying contenttypes.0002_remove_content_type_name... OK
netbox-1  |   Applying auth.0001_initial... OK
netbox-1  |   Applying auth.0002_alter_permission_name_max_length... OK
netbox-1  |   Applying auth.0003_alter_user_email_max_length... OK
netbox-1  |   Applying auth.0004_alter_user_username_opts... OK
netbox-1  |   Applying auth.0005_alter_user_last_login_null... OK
netbox-1  |   Applying auth.0006_require_contenttypes_0002... OK
netbox-1  |   Applying auth.0007_alter_validators_add_error_messages... OK
netbox-1  |   Applying auth.0008_alter_user_username_max_length... OK
netbox-1  |   Applying auth.0009_alter_user_last_name_max_length... OK
netbox-1  |   Applying auth.0010_alter_group_name_max_length... OK
netbox-1  |   Applying auth.0011_update_proxy_permissions... OK
netbox-1  |   Applying auth.0012_alter_user_first_name_max_length... OK
netbox-1  |   Applying users.0001_squashed_0011... OK
netbox-1  |   Applying extras.0001_squashed... OK
netbox-1  |   Applying tenancy.0001_squashed_0012... OK
netbox-1  |   Applying tenancy.0002_tenant_ordering... OK
netbox-1  |   Applying dcim.0001_squashed... OK
netbox-1  |   Applying dcim.0002_squashed... OK
netbox-1  |   Applying ipam.0001_squashed... OK
netbox-1  |   Applying virtualization.0001_squashed_0022... OK
netbox-1  |   Applying extras.0002_squashed_0059... OK
netbox-1  |   Applying extras.0060_customlink_button_class... OK
netbox-1  |   Applying extras.0061_extras_change_logging... OK
netbox-1  |   Applying extras.0062_clear_secrets_changelog... OK
netbox-1  |   Applying tenancy.0003_contacts... OK
netbox-1  |   Applying tenancy.0004_extend_tag_support... OK
netbox-1  |   Applying dcim.0003_squashed_0130... OK
netbox-1  |   Applying ipam.0002_squashed_0046... OK
netbox-1  |   Applying ipam.0047_prefix_depth_children... OK
netbox-1  |   Applying ipam.0048_prefix_populate_depth_children...
netbox-1  | Updating 0 prefixes...
netbox-1  |  OK
netbox-1  |   Applying ipam.0049_prefix_mark_utilized... OK
netbox-1  |   Applying ipam.0050_iprange... OK
netbox-1  |   Applying ipam.0051_extend_tag_support... OK
netbox-1  |   Applying extras.0063_webhook_conditions... OK
netbox-1  |   Applying extras.0064_configrevision... OK
netbox-1  |   Applying ipam.0052_fhrpgroup... OK
netbox-1  |   Applying ipam.0053_asn_model... OK
netbox-1  |   Applying dcim.0131_consoleport_speed... OK
netbox-1  |   Applying dcim.0132_cable_length... OK
netbox-1  |   Applying dcim.0133_port_colors... OK
netbox-1  |   Applying dcim.0134_interface_wwn_bridge... OK
netbox-1  |   Applying dcim.0135_tenancy_extensions... OK
netbox-1  |   Applying dcim.0136_device_airflow... OK
netbox-1  |   Applying dcim.0137_relax_uniqueness_constraints... OK
netbox-1  |   Applying dcim.0138_extend_tag_support... OK
netbox-1  |   Applying dcim.0139_rename_cable_peer... OK
netbox-1  |   Applying wireless.0001_wireless... OK
netbox-1  |   Applying dcim.0140_wireless... OK
netbox-1  |   Applying dcim.0141_asn_model... OK
netbox-1  |   Applying dcim.0142_rename_128gfc_qsfp28... OK
netbox-1  |   Applying dcim.0143_remove_primary_for_related_name... OK
netbox-1  |   Applying dcim.0144_fix_cable_abs_length... OK
netbox-1  |   Applying dcim.0145_site_remove_deprecated_fields... OK
netbox-1  |   Applying users.0002_standardize_id_fields... OK
netbox-1  |   Applying users.0003_token_allowed_ips_last_used... OK
netbox-1  |   Applying users.0004_netboxgroup_netboxuser... OK
netbox-1  |   Applying account.0001_initial... OK
netbox-1  |   Applying admin.0001_initial... OK
netbox-1  |   Applying admin.0002_logentry_remove_auto_add... OK
netbox-1  |   Applying admin.0003_logentry_add_action_flag_choices... OK
netbox-1  |   Applying wireless.0002_standardize_id_fields... OK
netbox-1  |   Applying wireless.0003_created_datetimefield... OK
netbox-1  |   Applying tenancy.0005_standardize_id_fields... OK
netbox-1  |   Applying tenancy.0006_created_datetimefield... OK
netbox-1  |   Applying tenancy.0007_contact_link... OK
netbox-1  |   Applying wireless.0004_wireless_tenancy... OK
netbox-1  |   Applying ipam.0054_vlangroup_min_max_vids... OK
netbox-1  |   Applying virtualization.0023_virtualmachine_natural_ordering... OK
netbox-1  |   Applying virtualization.0024_cluster_relax_uniqueness... OK
netbox-1  |   Applying virtualization.0025_extend_tag_support... OK
netbox-1  |   Applying virtualization.0026_vminterface_bridge... OK
netbox-1  |   Applying extras.0065_imageattachment_change_logging... OK
netbox-1  |   Applying extras.0066_customfield_name_validation... OK
netbox-1  |   Applying extras.0067_customfield_min_max_values... OK
netbox-1  |   Applying extras.0068_configcontext_cluster_types... OK
netbox-1  |   Applying dcim.0146_modules... OK
netbox-1  |   Applying dcim.0147_inventoryitemrole... OK
netbox-1  |   Applying dcim.0148_inventoryitem_component... OK
netbox-1  |   Applying dcim.0149_inventoryitem_templates... OK
netbox-1  |   Applying dcim.0150_interface_vrf... OK
netbox-1  |   Applying dcim.0151_interface_speed_duplex... OK
netbox-1  |   Applying dcim.0152_standardize_id_fields... OK
netbox-1  |   Applying dcim.0153_created_datetimefield... OK
netbox-1  |   Applying dcim.0154_half_height_rack_units... OK
netbox-1  |   Applying dcim.0155_interface_poe_mode_type... OK
netbox-1  |   Applying dcim.0156_location_status... OK
netbox-1  |   Applying dcim.0157_new_cabling_models... OK
netbox-1  |   Applying dcim.0158_populate_cable_terminations... OK
netbox-1  |   Applying dcim.0159_populate_cable_paths... OK
netbox-1  |   Applying extras.0069_custom_object_field... OK
netbox-1  |   Applying extras.0070_customlink_enabled... OK
netbox-1  |   Applying ipam.0055_servicetemplate... OK
netbox-1  |   Applying ipam.0056_standardize_id_fields... OK
netbox-1  |   Applying ipam.0057_created_datetimefield... OK
netbox-1  |   Applying circuits.0001_squashed... OK
netbox-1  |   Applying circuits.0002_squashed_0029... OK
netbox-1  |   Applying circuits.0003_extend_tag_support... OK
netbox-1  |   Applying circuits.0004_rename_cable_peer... OK
netbox-1  |   Applying circuits.0032_provider_service_id... OK
netbox-1  |   Applying circuits.0033_standardize_id_fields... OK
netbox-1  |   Applying circuits.0034_created_datetimefield... OK
netbox-1  |   Applying circuits.0035_provider_asns... OK
netbox-1  |   Applying circuits.0036_circuit_termination_date_tags_custom_fields... OK
netbox-1  |   Applying circuits.0037_new_cabling_models... OK
netbox-1  |   Applying dcim.0160_populate_cable_ends... OK
netbox-1  |   Applying dcim.0161_cabling_cleanup... OK
netbox-1  |   Applying wireless.0005_wirelesslink_interface_types... OK
netbox-1  |   Applying wireless.0006_unique_constraints... OK
netbox-1  |   Applying wireless.0007_standardize_description_comments... OK
netbox-1  |   Applying wireless.0008_wirelesslan_status... OK
netbox-1  |   Applying virtualization.0027_standardize_id_fields... OK
netbox-1  |   Applying virtualization.0028_vminterface_vrf... OK
netbox-1  |   Applying virtualization.0029_created_datetimefield... OK
netbox-1  |   Applying virtualization.0030_cluster_status... OK
netbox-1  |   Applying virtualization.0031_virtualmachine_site_device... OK
netbox-1  |   Applying virtualization.0032_virtualmachine_update_sites... OK
netbox-1  |   Applying virtualization.0033_unique_constraints... OK
netbox-1  |   Applying virtualization.0034_standardize_description_comments... OK
netbox-1  |   Applying tenancy.0008_unique_constraints... OK
netbox-1  |   Applying tenancy.0009_standardize_description_comments... OK
netbox-1  |   Applying ipam.0058_ipaddress_nat_inside_nonunique... OK
netbox-1  |   Applying extras.0071_standardize_id_fields... OK
netbox-1  |   Applying extras.0072_created_datetimefield... OK
netbox-1  |   Applying extras.0073_journalentry_tags_custom_fields... OK
netbox-1  |   Applying extras.0074_customfield_extensions... OK
netbox-1  |   Applying extras.0075_configcontext_locations... OK
netbox-1  |   Applying ipam.0059_l2vpn... OK
netbox-1  |   Applying ipam.0060_alter_l2vpn_slug... OK
netbox-1  |   Applying ipam.0061_fhrpgroup_name... OK
netbox-1  |   Applying ipam.0062_unique_constraints... OK
netbox-1  |   Applying ipam.0063_standardize_description_comments... OK
netbox-1  |   Applying extras.0076_tag_slug_unicode... OK
netbox-1  |   Applying extras.0077_customlink_extend_text_and_url... OK
netbox-1  |   Applying extras.0078_unique_constraints... OK
netbox-1  |   Applying extras.0079_scheduled_jobs... OK
netbox-1  |   Applying extras.0080_customlink_content_types... OK
netbox-1  |   Applying extras.0081_exporttemplate_content_types... OK
netbox-1  |   Applying extras.0082_savedfilter... OK
netbox-1  |   Applying dcim.0162_unique_constraints... OK
netbox-1  |   Applying dcim.0163_weight_fields... OK
netbox-1  |   Applying dcim.0164_rack_mounting_depth... OK
netbox-1  |   Applying dcim.0165_standardize_description_comments... OK
netbox-1  |   Applying dcim.0166_virtualdevicecontext... OK
netbox-1  |   Applying circuits.0038_cabling_cleanup... OK
netbox-1  |   Applying circuits.0039_unique_constraints... OK
netbox-1  |   Applying circuits.0040_provider_remove_deprecated_fields... OK
netbox-1  |   Applying circuits.0041_standardize_description_comments... OK
netbox-1  |   Applying extras.0083_search... OK
netbox-1  |   Applying extras.0084_staging... OK
netbox-1  |   Applying circuits.0042_provideraccount... OK
netbox-1  |   Applying circuits.0043_circuittype_color... OK
netbox-1  |   Applying core.0001_initial... OK
netbox-1  |   Applying core.0002_managedfile... OK
netbox-1  |   Applying core.0003_job... OK
netbox-1  |   Applying core.0004_replicate_jobresults... OK
netbox-1  |   Applying core.0005_job_created_auto_now... OK
netbox-1  |   Applying core.0006_datasource_type_remove_choices... OK
netbox-1  |   Applying core.0007_job_add_error_field... OK
netbox-1  |   Applying core.0008_contenttype_proxy... OK
netbox-1  |   Applying core.0009_configrevision... OK
netbox-1  |   Applying core.0010_gfk_indexes... OK
netbox-1  |   Applying tenancy.0010_tenant_relax_uniqueness... OK
netbox-1  |   Applying ipam.0064_clear_search_cache... OK
netbox-1  |   Applying extras.0085_synced_data... OK
netbox-1  |   Applying extras.0086_configtemplate... OK
netbox-1  |   Applying extras.0087_dashboard... OK
netbox-1  |   Applying ipam.0065_asnrange... OK
netbox-1  |   Applying ipam.0066_iprange_mark_utilized... OK
netbox-1  |   Applying dcim.0167_module_status... OK
netbox-1  |   Applying dcim.0168_interface_template_enabled... OK
netbox-1  |   Applying dcim.0169_devicetype_default_platform... OK
netbox-1  |   Applying dcim.0170_configtemplate... OK
netbox-1  |   Applying dcim.0171_cabletermination_change_logging... OK
netbox-1  |   Applying dcim.0172_larger_power_draw_values... OK
netbox-1  |   Applying dcim.0173_remove_napalm_fields... OK
netbox-1  |   Applying dcim.0174_device_latitude_device_longitude... OK
netbox-1  |   Applying dcim.0174_rack_starting_unit... OK
netbox-1  |   Applying dcim.0175_device_oob_ip... OK
netbox-1  |   Applying dcim.0176_device_component_counters... OK
netbox-1  |   Applying dcim.0177_devicetype_component_counters... OK
netbox-1  |   Applying dcim.0178_virtual_chassis_member_counter... OK
netbox-1  |   Applying dcim.0179_interfacetemplate_rf_role... OK
netbox-1  |   Applying dcim.0180_powerfeed_tenant... OK
netbox-1  |   Applying dcim.0181_rename_device_role_device_role... OK
netbox-1  |   Applying dcim.0182_zero_length_cable_fix... OK
netbox-1  |   Applying dcim.0183_devicetype_exclude_from_utilization... OK
netbox-1  |   Applying dcim.0184_protect_child_interfaces... OK
netbox-1  |   Applying dcim.0185_gfk_indexes... OK
netbox-1  |   Applying django_rq.0001_initial... OK
netbox-1  |   Applying extras.0088_jobresult_webhooks... OK
netbox-1  |   Applying extras.0089_customfield_is_cloneable... OK
netbox-1  |   Applying extras.0090_objectchange_index_request_id... OK
netbox-1  |   Applying extras.0091_create_managedfiles... OK
netbox-1  |   Applying extras.0092_delete_jobresult... OK
netbox-1  |   Applying extras.0093_configrevision_ordering... OK
netbox-1  |   Applying extras.0094_tag_object_types... OK
netbox-1  |   Applying extras.0095_bookmarks... OK
netbox-1  |   Applying extras.0096_customfieldchoiceset... OK
netbox-1  |   Applying extras.0097_customfield_remove_choices... OK
netbox-1  |   Applying extras.0098_webhook_custom_field_data_webhook_tags... OK
netbox-1  |   Applying extras.0099_cachedvalue_ordering... OK
netbox-1  |   Applying extras.0100_customfield_ui_attrs... OK
netbox-1  |   Applying extras.0101_eventrule... OK
netbox-1  |   Applying extras.0102_move_configrevision... OK
netbox-1  |   Applying extras.0103_gfk_indexes... OK
netbox-1  |   Applying extras.0104_stagedchange_remove_change_logging... OK
netbox-1  |   Applying extras.0105_customfield_min_max_values... OK
netbox-1  |   Applying extras.0106_bookmark_user_cascade_deletion... OK
netbox-1  |   Applying ipam.0067_ipaddress_index_host... OK
netbox-1  |   Applying ipam.0068_move_l2vpn... OK
netbox-1  |   Applying ipam.0069_gfk_indexes... OK
netbox-1  |   Applying sessions.0001_initial... OK
netbox-1  |   Applying social_django.0001_initial... OK
netbox-1  |   Applying social_django.0002_add_related_name... OK
netbox-1  |   Applying social_django.0003_alter_email_max_length... OK
netbox-1  |   Applying social_django.0004_auto_20160423_0400... OK
netbox-1  |   Applying social_django.0005_auto_20160727_2333... OK
netbox-1  |   Applying social_django.0006_partial... OK
netbox-1  |   Applying social_django.0007_code_timestamp... OK
netbox-1  |   Applying social_django.0008_partial_timestamp... OK
netbox-1  |   Applying social_django.0009_auto_20191118_0520... OK
netbox-1  |   Applying social_django.0010_uid_db_index... OK
netbox-1  |   Applying social_django.0011_alter_id_fields... OK
netbox-1  |   Applying social_django.0012_usersocialauth_extra_data_new... OK
netbox-1  |   Applying social_django.0013_migrate_extra_data... OK
netbox-1  |   Applying social_django.0014_remove_usersocialauth_extra_data... OK
netbox-1  |   Applying social_django.0015_rename_extra_data_new_usersocialauth_extra_data... OK
netbox-1  |   Applying taggit.0001_initial... OK
netbox-1  |   Applying taggit.0002_auto_20150616_2121... OK
netbox-1  |   Applying taggit.0003_taggeditem_add_unique_index... OK
netbox-1  |   Applying taggit.0004_alter_taggeditem_content_type_alter_taggeditem_tag... OK
netbox-1  |   Applying taggit.0005_auto_20220424_2025... OK
netbox-1  |   Applying taggit.0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx... OK
netbox-1  |   Applying tenancy.0011_contactassignment_tags... OK
netbox-1  |   Applying tenancy.0012_contactassignment_custom_fields... OK
netbox-1  |   Applying tenancy.0013_gfk_indexes... OK
netbox-1  |   Applying tenancy.0014_contactassignment_ordering... OK
netbox-1  |   Applying virtualization.0035_virtualmachine_interface_count... OK
netbox-1  |   Applying virtualization.0036_virtualmachine_config_template... OK
netbox-1  |   Applying virtualization.0037_protect_child_interfaces... OK
netbox-1  |   Applying virtualization.0038_virtualdisk... OK
netbox-1  |   Applying vpn.0001_initial... OK
netbox-1  |   Applying vpn.0002_move_l2vpn... OK
netbox-1  |   Applying vpn.0003_ipaddress_multiple_tunnel_terminations... OK
netbox-1  |   Applying vpn.0004_alter_ikepolicy_mode... OK
netbox-1  | ⚙️ Running trace_paths
netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-1  | Found no missing console port paths; skipping
netbox-1  | Found no missing console server port paths; skipping
netbox-1  | Found no missing interface paths; skipping
netbox-1  | Found no missing power feed paths; skipping
netbox-1  | Found no missing power outlet paths; skipping
netbox-1  | Found no missing power port paths; skipping
netbox-1  | Finished.
netbox-1  | ⚙️ Removing stale content types
netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-1  | ⚙️ Removing expired user sessions
netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-1  | ⚙️ Building search index (lazy)
netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-1  | Reindexing 74 models.
netbox-1  | Indexing models
netbox-1  |   core.datasource... No objects found.
netbox-1  |   core.datafile... No objects found.
netbox-1  |   circuits.circuit... No objects found.
netbox-1  |   circuits.circuittermination... No objects found.
netbox-1  |   circuits.circuittype... No objects found.
netbox-1  |   circuits.provider... No objects found.
netbox-1  |   circuits.providernetwork... No objects found.
netbox-1  |   dcim.cable... No objects found.
netbox-1  |   dcim.consoleport... No objects found.
netbox-1  |   dcim.consoleserverport... No objects found.
netbox-1  |   dcim.device... No objects found.
netbox-1  |   dcim.devicebay... No objects found.
netbox-1  |   dcim.devicerole... No objects found.
netbox-1  |   dcim.devicetype... No objects found.
netbox-1  |   dcim.frontport... No objects found.
netbox-1  |   dcim.interface... No objects found.
netbox-1  |   dcim.inventoryitem... No objects found.
netbox-1  |   dcim.location... No objects found.
netbox-1  |   dcim.manufacturer... No objects found.
netbox-1  |   dcim.module... No objects found.
netbox-1  |   dcim.modulebay... No objects found.
netbox-1  |   dcim.moduletype... No objects found.
netbox-1  |   dcim.platform... No objects found.
netbox-1  |   dcim.powerfeed... No objects found.
netbox-1  |   dcim.poweroutlet... No objects found.
netbox-1  |   dcim.powerpanel... No objects found.
netbox-1  |   dcim.powerport... No objects found.
netbox-1  |   dcim.rack... No objects found.
netbox-1  |   dcim.rackreservation... No objects found.
netbox-1  |   dcim.rackrole... No objects found.
netbox-1  |   dcim.rearport... No objects found.
netbox-1  |   dcim.region... No objects found.
netbox-1  |   dcim.site... No objects found.
netbox-1  |   dcim.sitegroup... No objects found.
netbox-1  |   dcim.virtualchassis... No objects found.
netbox-1  |   dcim.virtualdevicecontext... No objects found.
netbox-1  |   ipam.aggregate... No objects found.
netbox-1  |   ipam.asn... No objects found.
netbox-1  |   ipam.asnrange... No objects found.
netbox-1  |   ipam.fhrpgroup... No objects found.
netbox-1  |   ipam.ipaddress... No objects found.
netbox-1  |   ipam.iprange... No objects found.
netbox-1  |   ipam.prefix... No objects found.
netbox-1  |   ipam.rir... No objects found.
netbox-1  |   ipam.role... No objects found.
netbox-1  |   ipam.routetarget... No objects found.
netbox-1  |   ipam.service... No objects found.
netbox-1  |   ipam.servicetemplate... No objects found.
netbox-1  |   ipam.vlan... No objects found.
netbox-1  |   ipam.vlangroup... No objects found.
netbox-1  |   ipam.vrf... No objects found.
netbox-1  |   extras.journalentry... No objects found.
netbox-1  |   extras.webhook... No objects found.
netbox-1  |   tenancy.contact... No objects found.
netbox-1  |   tenancy.contactgroup... No objects found.
netbox-1  |   tenancy.contactrole... No objects found.
netbox-1  |   tenancy.tenant... No objects found.
netbox-1  |   tenancy.tenantgroup... No objects found.
netbox-1  |   virtualization.cluster... No objects found.
netbox-1  |   virtualization.clustergroup... No objects found.
netbox-1  |   virtualization.clustertype... No objects found.
netbox-1  |   virtualization.virtualmachine... No objects found.
netbox-1  |   virtualization.vminterface... No objects found.
netbox-1  |   virtualization.virtualdisk... No objects found.
netbox-1  |   vpn.tunnel... No objects found.
netbox-1  |   vpn.ikeproposal... No objects found.
netbox-1  |   vpn.ikepolicy... No objects found.
netbox-1  |   vpn.ipsecproposal... No objects found.
netbox-1  |   vpn.ipsecpolicy... No objects found.
netbox-1  |   vpn.ipsecprofile... No objects found.
netbox-1  |   vpn.l2vpn... No objects found.
netbox-1  |   wireless.wirelesslan... No objects found.
netbox-1  |   wireless.wirelesslangroup... No objects found.
netbox-1  |   wireless.wirelesslink... No objects found.
netbox-1  | Completed.
netbox-1  | /opt/netbox/docker-entrypoint.sh: line 64: /run/secrets/superuser_password: Permission denied

Content of docker-compose.override.yml

version: '3.4'
services:
  netbox:
    ports:
      - 8000:8080
    secrets:
      - db_password
      - redis_password
      - redis_cache_password
      - superuser_password
      - secret_key
    environment:
      # This shouldn't be necesssary, but there seems to be a bug causing it to not use the secret for the redis cache
      - "REDIS_CACHE_PASSWORD=myRedisCachePassword"
      - "SKIP_SUPERUSER=FALSE"
    healthcheck:
      start_period: 500s
  postgres:
    secrets:
      - postgres_password
  redis:
    environment:
      - "REDIS_PASSWORD=myRedisPassword"
    secrets:
      - redis_password
  redis-cache:
    environment:
      - "REDIS_PASSWORD=myRedisCachePassword"
    secrets:
      - redis_cache_password
secrets:
  redis_cache_password:
    file: "/srv/.docker-secrets/nb_redis_cache_password"
  redis_password:
    file: "/srv/.docker-secrets/nb_redis_password"
  postgres_password:
    file: "/srv/.docker-secrets/nb_postgres_password"
  db_password:
    file: "/srv/.docker-secrets/nb_postgres_password"
  superuser_password:
    file: "/srv/.docker-secrets/nb_superuser_password"
  secret_key:
    file: "/srv/.docker-secrets/nb_secret_key"