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

ERROR: relation "django_content_type" does not exist at character 106

appleoddity opened this issue · comments

Current Behavior

Following the quickstart I:

  • Cloned the repo
  • Created the docker-compose.override.yml (As shown in the example)
  • Ran docker compose pull
  • Ran docker compose up

During postgresDB initialization I see a number of errors:

netbox-docker-postgres-1             | 2023-08-15 18:39:23.273 UTC [56] ERROR:  relation "django_content_type" does not exist at character 106
netbox-docker-postgres-1             | 2023-08-15 18:39:23.273 UTC [56] STATEMENT:  SELECT "django_content_type"."id", "django_content_type"."app_label", "django_content_type"."model" FROM "django_content_type" WHERE (("django_content_type"."app_label" = 'admin' AND "django_content_type"."model" IN ('logentry')) OR ("django_content_type"."app_label" = 'auth' AND "django_content_type"."model" IN ('group', 'user', 'permission')) OR ("django_content_type"."app_label" = 'contenttypes' AND "django_content_type"."model" IN ('contenttype')) OR ("django_content_type"."app_label" = 'sessions' AND "django_content_type"."model" IN ('session')) OR ("django_content_type"."app_label" = 'social_django' AND "django_content_type"."model" IN ('code', 'partial', 'nonce', 'usersocialauth', 'association')) OR ("django_content_type"."app_label" = 'taggit' AND "django_content_type"."model" IN ('taggeditem', 'tag')) OR ("django_content_type"."app_label" = 'core' AND "django_content_type"."model" IN ('datafile', 'job', 'autosyncrecord', 'datasource', 'managedfile')) OR ("django_content_type"."app_label" = 'circuits' AND "django_content_type"."model" IN ('circuit', 'providernetwork', 'circuittype', 'provider', 'provideraccount', 'circuittermination')) OR ("django_content_type"."app_label" = 'dcim' AND "django_content_type"."model" IN ('inventoryitemrole', 'devicetype', 'devicebaytemplate', 'rearport', 'rack', 'virtualchassis', 'inventoryitem', 'region', 'cabletermination', 'inventoryitemtemplate', 'interfacetemplate', 'poweroutlettemplate', 'consoleserverport', 'platform', 'powerpanel', 'powerfeed', 'cable', 'interface', 'powerport', 'module', 'modulebay', 'cablepath', 'modulebaytemplate', 'manufacturer', 'rackreservation', 'consoleport', 'location', 'sitegroup', 'devicerole', 'frontporttemplate', 'rackrole', 'frontport', 'poweroutlet', 'virtualdevicecontext', 'consoleserverporttemplate', 'rearporttemplate', 'site', 'device', 'consoleporttemplate', 'moduletype', 'devicebay', 'powerporttemplate')) OR ("django_content_type"."app_label" = 'ipam' AND "django_content_type"."model" IN ('iprange', 'role', 'asn', 'fhrpgroup', 'routetarget', 'asnrange', 'ipaddress', 'service', 'vlan', 'aggregate', 'servicetemplate', 'l2vpn', 'prefix', 'vlangroup', 'rir', 'vrf', 'l2vpntermination', 'fhrpgroupassignment')) OR ("django_content_type"."app_label" = 'extras' AND "django_content_type"."model" IN ('taggeditem', 'dashboard', 'cachedvalue', 'journalentry', 'customfield', 'script', 'configcontext', 'savedfilter', 'configtemplate', 'tag', 'branch', 'stagedchange', 'configrevision', 'report', 'objectchange', 'imageattachment', 'webhook', 'customlink', 'exporttemplate')) OR ("django_content_type"."app_label" = 'tenancy' AND "django_content_type"."model" IN ('contactgroup', 'tenant', 'contact', 'contactrole', 'tenantgroup', 'contactassignment')) OR ("django_content_type"."app_label" = 'users' AND "django_content_type"."model" IN ('token', 'userconfig', 'objectpermission')) OR ("django_content_type"."app_label" = 'virtualization' AND "django_content_type"."model" IN ('cluster', 'clustertype', 'clustergroup', 'vminterface', 'virtualmachine')) OR ("django_content_type"."app_label" = 'wireless' AND "django_content_type"."model" IN ('wirelesslangroup', 'wirelesslan', 'wirelesslink')) OR ("django_content_type"."app_label" = 'django_rq' AND "django_content_type"."model" IN ('queue')))

and finally,
dependency failed to start: container netbox-docker-netbox-1 is unhealthy

Expected Behavior

I expect there to not be any errors or unhealthy warnings.

Docker Compose Version

Docker Compose version v2.20.2

Docker Version

Client: Docker Engine - Community
 Version:           24.0.5
 API version:       1.43
 Go version:        go1.20.6
 Git commit:        ced0996
 Built:             Fri Jul 21 20:35:18 2023
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          24.0.5
  API version:      1.43 (minimum version 1.12)
  Go version:       go1.20.6
  Git commit:       a61e2b4
  Built:            Fri Jul 21 20:35:18 2023
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.22
  GitCommit:        8165feabfdfe38c65b599c4993d227328c231fca
 runc:
  Version:          1.1.8
  GitCommit:        v1.1.8-0-g82f18fe
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

The git Revision

22486fe

The git Status

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

Startup Command

docker compose up

NetBox Logs

netbox-docker-netbox-1  | ⚙️ Applying database migrations
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | Operations to perform:
netbox-docker-netbox-1  |   Apply all migrations: admin, auth, circuits, contenttypes, core, dcim, django_rq, extras, ipam, sessions, social_django, taggit, tenancy, users, virtualization, wireless
netbox-docker-netbox-1  | Running migrations:
netbox-docker-netbox-1  |   Applying contenttypes.0001_initial... OK
netbox-docker-netbox-1  |   Applying auth.0001_initial... OK
netbox-docker-netbox-1  |   Applying admin.0001_initial... OK
netbox-docker-netbox-1  |   Applying admin.0002_logentry_remove_auto_add... OK
netbox-docker-netbox-1  |   Applying admin.0003_logentry_add_action_flag_choices... OK
netbox-docker-netbox-1  |   Applying contenttypes.0002_remove_content_type_name... OK
netbox-docker-netbox-1  |   Applying auth.0002_alter_permission_name_max_length... OK
netbox-docker-netbox-1  |   Applying auth.0003_alter_user_email_max_length... OK
netbox-docker-netbox-1  |   Applying auth.0004_alter_user_username_opts... OK
netbox-docker-netbox-1  |   Applying auth.0005_alter_user_last_login_null... OK
netbox-docker-netbox-1  |   Applying auth.0006_require_contenttypes_0002... OK
netbox-docker-netbox-1  |   Applying auth.0007_alter_validators_add_error_messages... OK
netbox-docker-netbox-1  |   Applying auth.0008_alter_user_username_max_length... OK
netbox-docker-netbox-1  |   Applying auth.0009_alter_user_last_name_max_length... OK
netbox-docker-netbox-1  |   Applying auth.0010_alter_group_name_max_length... OK
netbox-docker-netbox-1  |   Applying auth.0011_update_proxy_permissions... OK
netbox-docker-netbox-1  |   Applying auth.0012_alter_user_first_name_max_length... OK
netbox-docker-netbox-1  |   Applying extras.0001_squashed... OK
netbox-docker-netbox-1  |   Applying tenancy.0001_squashed_0012... OK
netbox-docker-netbox-1  |   Applying dcim.0001_squashed... OK
netbox-docker-netbox-1  |   Applying dcim.0002_squashed... OK
netbox-docker-netbox-1  |   Applying ipam.0001_squashed... OK
netbox-docker-netbox-1  |   Applying virtualization.0001_squashed_0022... OK
netbox-docker-netbox-1  |   Applying extras.0002_squashed_0059... OK
netbox-docker-netbox-1  |   Applying dcim.0003_squashed_0130... OK
netbox-docker-netbox-1  |   Applying ipam.0002_squashed_0046... OK
netbox-docker-netbox-1  |   Applying ipam.0047_prefix_depth_children... OK
netbox-docker-netbox-1  |   Applying ipam.0048_prefix_populate_depth_children...
netbox-docker-netbox-1  | Updating 0 prefixes...
netbox-docker-netbox-1  |  OK
netbox-docker-netbox-1  |   Applying ipam.0049_prefix_mark_utilized... OK
netbox-docker-netbox-1  |   Applying extras.0060_customlink_button_class... OK
netbox-docker-netbox-1  |   Applying extras.0061_extras_change_logging... OK
netbox-docker-netbox-1  |   Applying ipam.0050_iprange... OK
netbox-docker-netbox-1  |   Applying extras.0062_clear_secrets_changelog... OK
netbox-docker-netbox-1  |   Applying tenancy.0002_tenant_ordering... OK
netbox-docker-netbox-1  |   Applying dcim.0131_consoleport_speed... OK
netbox-docker-netbox-1  |   Applying dcim.0132_cable_length... OK
netbox-docker-netbox-1  |   Applying dcim.0133_port_colors... OK
netbox-docker-netbox-1  |   Applying dcim.0134_interface_wwn_bridge... OK
netbox-docker-netbox-1  |   Applying dcim.0135_tenancy_extensions... OK
netbox-docker-netbox-1  |   Applying dcim.0136_device_airflow... OK
netbox-docker-netbox-1  |   Applying dcim.0137_relax_uniqueness_constraints... OK
netbox-docker-netbox-1  |   Applying dcim.0138_extend_tag_support... OK
netbox-docker-netbox-1  |   Applying dcim.0139_rename_cable_peer... OK
netbox-docker-netbox-1  |   Applying wireless.0001_wireless... OK
netbox-docker-netbox-1  |   Applying tenancy.0003_contacts... OK
netbox-docker-netbox-1  |   Applying tenancy.0004_extend_tag_support... OK
netbox-docker-netbox-1  |   Applying ipam.0051_extend_tag_support... OK
netbox-docker-netbox-1  |   Applying extras.0063_webhook_conditions... OK
netbox-docker-netbox-1  |   Applying extras.0064_configrevision... OK
netbox-docker-netbox-1  |   Applying ipam.0052_fhrpgroup... OK
netbox-docker-netbox-1  |   Applying ipam.0053_asn_model... OK
netbox-docker-netbox-1  |   Applying dcim.0140_wireless... OK
netbox-docker-netbox-1  |   Applying dcim.0141_asn_model... OK
netbox-docker-netbox-1  |   Applying dcim.0142_rename_128gfc_qsfp28... OK
netbox-docker-netbox-1  |   Applying dcim.0143_remove_primary_for_related_name... OK
netbox-docker-netbox-1  |   Applying dcim.0144_fix_cable_abs_length... OK
netbox-docker-netbox-1  |   Applying dcim.0145_site_remove_deprecated_fields... OK
netbox-docker-netbox-1  |   Applying wireless.0002_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying wireless.0003_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying tenancy.0005_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying tenancy.0006_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying tenancy.0007_contact_link... OK
netbox-docker-netbox-1  |   Applying wireless.0004_wireless_tenancy... OK
netbox-docker-netbox-1  |   Applying ipam.0054_vlangroup_min_max_vids... OK
netbox-docker-netbox-1  |   Applying virtualization.0023_virtualmachine_natural_ordering... OK
netbox-docker-netbox-1  |   Applying virtualization.0024_cluster_relax_uniqueness... OK
netbox-docker-netbox-1  |   Applying virtualization.0025_extend_tag_support... OK
netbox-docker-netbox-1  |   Applying virtualization.0026_vminterface_bridge... OK
netbox-docker-netbox-1  |   Applying extras.0065_imageattachment_change_logging... OK
netbox-docker-netbox-1  |   Applying extras.0066_customfield_name_validation... OK
netbox-docker-netbox-1  |   Applying extras.0067_customfield_min_max_values... OK
netbox-docker-netbox-1  |   Applying extras.0068_configcontext_cluster_types... OK
netbox-docker-netbox-1  |   Applying dcim.0146_modules... OK
netbox-docker-netbox-1  |   Applying dcim.0147_inventoryitemrole... OK
netbox-docker-netbox-1  |   Applying dcim.0148_inventoryitem_component... OK
netbox-docker-netbox-1  |   Applying dcim.0149_inventoryitem_templates... OK
netbox-docker-netbox-1  |   Applying dcim.0150_interface_vrf... OK
netbox-docker-netbox-1  |   Applying dcim.0151_interface_speed_duplex... OK
netbox-docker-netbox-1  |   Applying dcim.0152_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying dcim.0153_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying dcim.0154_half_height_rack_units... OK
netbox-docker-netbox-1  |   Applying dcim.0155_interface_poe_mode_type... OK
netbox-docker-netbox-1  |   Applying dcim.0156_location_status... OK
netbox-docker-netbox-1  |   Applying dcim.0157_new_cabling_models... OK
netbox-docker-netbox-1  |   Applying dcim.0158_populate_cable_terminations... OK
netbox-docker-netbox-1  |   Applying dcim.0159_populate_cable_paths... OK
netbox-docker-netbox-1  |   Applying extras.0069_custom_object_field... OK
netbox-docker-netbox-1  |   Applying extras.0070_customlink_enabled... OK
netbox-docker-netbox-1  |   Applying ipam.0055_servicetemplate... OK
netbox-docker-netbox-1  |   Applying ipam.0056_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying ipam.0057_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying circuits.0001_squashed... OK
netbox-docker-netbox-1  |   Applying circuits.0002_squashed_0029... OK
netbox-docker-netbox-1  |   Applying circuits.0003_extend_tag_support... OK
netbox-docker-netbox-1  |   Applying circuits.0004_rename_cable_peer... OK
netbox-docker-netbox-1  |   Applying circuits.0032_provider_service_id... OK
netbox-docker-netbox-1  |   Applying circuits.0033_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying circuits.0034_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying circuits.0035_provider_asns... OK
netbox-docker-netbox-1  |   Applying circuits.0036_circuit_termination_date_tags_custom_fields... OK
netbox-docker-netbox-1  |   Applying circuits.0037_new_cabling_models... OK
netbox-docker-netbox-1  |   Applying dcim.0160_populate_cable_ends... OK
netbox-docker-netbox-1  |   Applying dcim.0161_cabling_cleanup... OK
netbox-docker-netbox-1  |   Applying wireless.0005_wirelesslink_interface_types... OK
netbox-docker-netbox-1  |   Applying wireless.0006_unique_constraints... OK
netbox-docker-netbox-1  |   Applying wireless.0007_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying wireless.0008_wirelesslan_status... OK
netbox-docker-netbox-1  |   Applying virtualization.0027_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying virtualization.0028_vminterface_vrf... OK
netbox-docker-netbox-1  |   Applying virtualization.0029_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying virtualization.0030_cluster_status... OK
netbox-docker-netbox-1  |   Applying virtualization.0031_virtualmachine_site_device... OK
netbox-docker-netbox-1  |   Applying virtualization.0032_virtualmachine_update_sites... OK
netbox-docker-netbox-1  |   Applying virtualization.0033_unique_constraints... OK
netbox-docker-netbox-1  |   Applying virtualization.0034_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying tenancy.0008_unique_constraints... OK
netbox-docker-netbox-1  |   Applying tenancy.0009_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying ipam.0058_ipaddress_nat_inside_nonunique... OK
netbox-docker-netbox-1  |   Applying extras.0071_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying extras.0072_created_datetimefield... OK
netbox-docker-netbox-1  |   Applying extras.0073_journalentry_tags_custom_fields... OK
netbox-docker-netbox-1  |   Applying extras.0074_customfield_extensions... OK
netbox-docker-netbox-1  |   Applying extras.0075_configcontext_locations... OK
netbox-docker-netbox-1  |   Applying ipam.0059_l2vpn... OK
netbox-docker-netbox-1  |   Applying ipam.0060_alter_l2vpn_slug... OK
netbox-docker-netbox-1  |   Applying ipam.0061_fhrpgroup_name... OK
netbox-docker-netbox-1  |   Applying ipam.0062_unique_constraints... OK
netbox-docker-netbox-1  |   Applying ipam.0063_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying extras.0076_tag_slug_unicode... OK
netbox-docker-netbox-1  |   Applying extras.0077_customlink_extend_text_and_url... OK
netbox-docker-netbox-1  |   Applying extras.0078_unique_constraints... OK
netbox-docker-netbox-1  |   Applying extras.0079_scheduled_jobs... OK
netbox-docker-netbox-1  |   Applying extras.0080_customlink_content_types... OK
netbox-docker-netbox-1  |   Applying extras.0081_exporttemplate_content_types... OK
netbox-docker-netbox-1  |   Applying extras.0082_savedfilter... OK
netbox-docker-netbox-1  |   Applying dcim.0162_unique_constraints... OK
netbox-docker-netbox-1  |   Applying dcim.0163_weight_fields... OK
netbox-docker-netbox-1  |   Applying dcim.0164_rack_mounting_depth... OK
netbox-docker-netbox-1  |   Applying dcim.0165_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying dcim.0166_virtualdevicecontext... OK
netbox-docker-netbox-1  |   Applying circuits.0038_cabling_cleanup... OK
netbox-docker-netbox-1  |   Applying circuits.0039_unique_constraints... OK
netbox-docker-netbox-1  |   Applying circuits.0040_provider_remove_deprecated_fields... OK
netbox-docker-netbox-1  |   Applying circuits.0041_standardize_description_comments... OK
netbox-docker-netbox-1  |   Applying extras.0083_search... OK
netbox-docker-netbox-1  |   Applying extras.0084_staging... OK
netbox-docker-netbox-1  |   Applying circuits.0042_provideraccount... OK
netbox-docker-netbox-1  |   Applying core.0001_initial... OK
netbox-docker-netbox-1  |   Applying core.0002_managedfile... OK
netbox-docker-netbox-1  |   Applying core.0003_job... OK
netbox-docker-netbox-1  |   Applying core.0004_replicate_jobresults... OK
netbox-docker-netbox-1  |   Applying core.0005_job_created_auto_now... OK
netbox-docker-netbox-1  |   Applying extras.0085_synced_data... OK
netbox-docker-netbox-1  |   Applying extras.0086_configtemplate... OK
netbox-docker-netbox-1  |   Applying dcim.0167_module_status... OK
netbox-docker-netbox-1  |   Applying dcim.0168_interface_template_enabled... OK
netbox-docker-netbox-1  |   Applying dcim.0169_devicetype_default_platform... OK
netbox-docker-netbox-1  |   Applying dcim.0170_configtemplate... OK
netbox-docker-netbox-1  |   Applying dcim.0171_cabletermination_change_logging... OK
netbox-docker-netbox-1  |   Applying dcim.0172_larger_power_draw_values... OK
netbox-docker-netbox-1  |   Applying django_rq.0001_initial... OK
netbox-docker-netbox-1  |   Applying extras.0087_dashboard... OK
netbox-docker-netbox-1  |   Applying extras.0088_jobresult_webhooks... OK
netbox-docker-netbox-1  |   Applying extras.0089_customfield_is_cloneable... OK
netbox-docker-netbox-1  |   Applying extras.0090_objectchange_index_request_id... OK
netbox-docker-netbox-1  |   Applying extras.0091_create_managedfiles... OK
netbox-docker-netbox-1  |   Applying extras.0092_delete_jobresult... OK
netbox-docker-netbox-1  |   Applying ipam.0064_clear_search_cache... OK
netbox-docker-netbox-1  |   Applying ipam.0065_asnrange... OK
netbox-docker-netbox-1  |   Applying ipam.0066_iprange_mark_utilized... OK
netbox-docker-netbox-1  |   Applying sessions.0001_initial... OK
netbox-docker-netbox-1  |   Applying social_django.0001_initial... OK
netbox-docker-netbox-1  |   Applying social_django.0002_add_related_name... OK
netbox-docker-netbox-1  |   Applying social_django.0003_alter_email_max_length... OK
netbox-docker-netbox-1  |   Applying social_django.0004_auto_20160423_0400... OK
netbox-docker-netbox-1  |   Applying social_django.0005_auto_20160727_2333... OK
netbox-docker-netbox-1  |   Applying social_django.0006_partial... OK
netbox-docker-netbox-1  |   Applying social_django.0007_code_timestamp... OK
netbox-docker-netbox-1  |   Applying social_django.0008_partial_timestamp... OK
netbox-docker-netbox-1  |   Applying social_django.0009_auto_20191118_0520... OK
netbox-docker-netbox-1  |   Applying social_django.0010_uid_db_index... OK
netbox-docker-netbox-1  |   Applying social_django.0011_alter_id_fields... OK
netbox-docker-netbox-1  |   Applying taggit.0001_initial... OK
netbox-docker-netbox-1  |   Applying taggit.0002_auto_20150616_2121... OK
netbox-docker-netbox-1  |   Applying taggit.0003_taggeditem_add_unique_index... OK
netbox-docker-netbox-1  |   Applying taggit.0004_alter_taggeditem_content_type_alter_taggeditem_tag... OK
netbox-docker-netbox-1  |   Applying taggit.0005_auto_20220424_2025... OK
netbox-docker-netbox-1  |   Applying tenancy.0010_tenant_relax_uniqueness... OK
netbox-docker-netbox-1  |   Applying users.0001_squashed_0011... OK
netbox-docker-netbox-1  |   Applying users.0002_standardize_id_fields... OK
netbox-docker-netbox-1  |   Applying users.0003_token_allowed_ips_last_used... OK
netbox-docker-netbox-1  | ⚙️ Running trace_paths
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | Found no missing console port paths; skipping
netbox-docker-netbox-1  | Found no missing console server port paths; skipping
netbox-docker-netbox-1  | Found no missing interface paths; skipping
netbox-docker-netbox-1  | Found no missing power feed paths; skipping
netbox-docker-netbox-1  | Found no missing power outlet paths; skipping
netbox-docker-netbox-1  | Found no missing power port paths; skipping
netbox-docker-netbox-1  | Finished.
netbox-docker-netbox-1  | ⚙️ Removing stale content types
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | ⚙️ Removing expired user sessions
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | ⚙️ Building search index (lazy)
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | Reindexing 66 models.
netbox-docker-netbox-1  | Indexing models
netbox-docker-netbox-1  |   core.datasource... No objects found.
netbox-docker-netbox-1  |   core.datafile... No objects found.
netbox-docker-netbox-1  |   circuits.circuit... No objects found.
netbox-docker-netbox-1  |   circuits.circuittermination... No objects found.
netbox-docker-netbox-1  |   circuits.circuittype... No objects found.
netbox-docker-netbox-1  |   circuits.provider... No objects found.
netbox-docker-netbox-1  |   circuits.providernetwork... No objects found.
netbox-docker-netbox-1  |   dcim.cable... No objects found.
netbox-docker-netbox-1  |   dcim.consoleport... No objects found.
netbox-docker-netbox-1  |   dcim.consoleserverport... No objects found.
netbox-docker-netbox-1  |   dcim.device... No objects found.
netbox-docker-netbox-1  |   dcim.devicebay... No objects found.
netbox-docker-netbox-1  |   dcim.devicerole... No objects found.
netbox-docker-netbox-1  |   dcim.devicetype... No objects found.
netbox-docker-netbox-1  |   dcim.frontport... No objects found.
netbox-docker-netbox-1  |   dcim.interface... No objects found.
netbox-docker-netbox-1  |   dcim.inventoryitem... No objects found.
netbox-docker-netbox-1  |   dcim.location... No objects found.
netbox-docker-netbox-1  |   dcim.manufacturer... No objects found.
netbox-docker-netbox-1  |   dcim.module... No objects found.
netbox-docker-netbox-1  |   dcim.modulebay... No objects found.
netbox-docker-netbox-1  |   dcim.moduletype... No objects found.
netbox-docker-netbox-1  |   dcim.platform... No objects found.
netbox-docker-netbox-1  |   dcim.powerfeed... No objects found.
netbox-docker-netbox-1  |   dcim.poweroutlet... No objects found.
netbox-docker-netbox-1  |   dcim.powerpanel... No objects found.
netbox-docker-netbox-1  |   dcim.powerport... No objects found.
netbox-docker-netbox-1  |   dcim.rack... No objects found.
netbox-docker-netbox-1  |   dcim.rackreservation... No objects found.
netbox-docker-netbox-1  |   dcim.rackrole... No objects found.
netbox-docker-netbox-1  |   dcim.rearport... No objects found.
netbox-docker-netbox-1  |   dcim.region... No objects found.
netbox-docker-netbox-1  |   dcim.site... No objects found.
netbox-docker-netbox-1  |   dcim.sitegroup... No objects found.
netbox-docker-netbox-1  |   dcim.virtualchassis... No objects found.
netbox-docker-netbox-1  |   dcim.virtualdevicecontext... No objects found.
netbox-docker-netbox-1  |   ipam.aggregate... No objects found.
netbox-docker-netbox-1  |   ipam.asn... No objects found.
netbox-docker-netbox-1  |   ipam.asnrange... No objects found.
netbox-docker-netbox-1  |   ipam.fhrpgroup... No objects found.
netbox-docker-netbox-1  |   ipam.ipaddress... No objects found.
netbox-docker-netbox-1  |   ipam.iprange... No objects found.
netbox-docker-netbox-1  |   ipam.l2vpn... No objects found.
netbox-docker-netbox-1  |   ipam.prefix... No objects found.
netbox-docker-netbox-1  |   ipam.rir... No objects found.
netbox-docker-netbox-1  |   ipam.role... No objects found.
netbox-docker-netbox-1  |   ipam.routetarget... No objects found.
netbox-docker-netbox-1  |   ipam.service... No objects found.
netbox-docker-netbox-1  |   ipam.servicetemplate... No objects found.
netbox-docker-netbox-1  |   ipam.vlan... No objects found.
netbox-docker-netbox-1  |   ipam.vlangroup... No objects found.
netbox-docker-netbox-1  |   ipam.vrf... No objects found.
netbox-docker-netbox-1  |   extras.journalentry... No objects found.
netbox-docker-netbox-1  |   tenancy.contact... No objects found.
netbox-docker-netbox-1  |   tenancy.contactgroup... No objects found.
netbox-docker-netbox-1  |   tenancy.contactrole... No objects found.
netbox-docker-netbox-1  |   tenancy.tenant... No objects found.
netbox-docker-netbox-1  |   tenancy.tenantgroup... No objects found.
netbox-docker-netbox-1  |   virtualization.cluster... No objects found.
netbox-docker-netbox-1  |   virtualization.clustergroup... No objects found.
netbox-docker-netbox-1  |   virtualization.clustertype... No objects found.
netbox-docker-netbox-1  |   virtualization.virtualmachine... No objects found.
netbox-docker-netbox-1  |   virtualization.vminterface... No objects found.
netbox-docker-netbox-1  |   wireless.wirelesslan... No objects found.
netbox-docker-netbox-1  |   wireless.wirelesslangroup... No objects found.
netbox-docker-netbox-1  |   wireless.wirelesslink... No objects found.
netbox-docker-netbox-1  | Completed.
netbox-docker-netbox-1  | ↩️ Skip creating the superuser
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | ✅ Initialisation is done.
netbox-docker-netbox-1  | ⏳ Waiting for control socket to be created... (1/10)
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [warn] 6#6 Unit is running unprivileged, then it cannot use arbitrary user and group.
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [info] 6#6 unit 1.29.1 started
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [info] 105#105 discovery started
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [notice] 105#105 module: python 3.10.4 "/usr/lib/unit/modules/python3.10.unit.so"
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [info] 6#6 controller started
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [notice] 6#6 process 105 exited with code 0
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [info] 107#107 router started
netbox-docker-netbox-1  | 2023/08/15 18:42:30 [info] 107#107 OpenSSL 3.0.2 15 Mar 2022, 30000020
netbox-docker-netbox-1  | ⚙️ Applying configuration from /etc/unit/nginx-unit.json
netbox-docker-netbox-1  | 2023/08/15 18:42:31 [info] 111#111 "netbox" prototype started
netbox-docker-netbox-1  | 2023/08/15 18:42:31 [info] 112#112 "netbox" application started
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | ✅ Unit configuration loaded successfully
netbox-docker-netbox-1  | 2023/08/15 18:42:32 [notice] 6#6 process 103 exited with code 0
netbox-docker-netbox-1  | 2023/08/15 18:42:35 [info] 124#124 "netbox" application started
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/configuration.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/extra.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/logging.py'
netbox-docker-netbox-1  | 🧬 loaded config '/etc/netbox/config/plugins.py'
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:42:39 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:42:53 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:43:12 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:43:26 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:43:41 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:43:56 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:44:11 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:44:26 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:44:41 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:44:57 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:45:12 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:45:27 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:45:42 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:45:57 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:46:12 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:46:27 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:46:42 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:46:57 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:47:12 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:47:28 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:47:43 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:47:58 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 172.26.0.1 - - [15/Aug/2023:18:48:08 +0000] "GET / HTTP/1.0" 302 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
netbox-docker-netbox-1  | 172.26.0.1 - - [15/Aug/2023:18:48:08 +0000] "GET /login/?next=/ HTTP/1.0" 200 4923 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:48:13 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:48:28 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:48:43 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:48:58 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:49:13 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:49:28 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:49:44 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:49:59 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:50:14 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"
netbox-docker-netbox-1  | 127.0.0.1 - - [15/Aug/2023:18:50:29 +0000] "GET /api/ HTTP/1.1" 200 510 "-" "curl/7.81.0"

Content of docker-compose.override.yml

version: '3.4'
services:
  netbox:
    ports:
      - 8000:8080