[root@docker netbox-docker]# docker-compose down -v --remove-orphans Stopping netboxdocker_nginx_1 ... Stopping netboxdocker_netbox_1 ... Stopping netboxdocker_redis_1 ... Stopping netboxdocker_postgres_1 ... Removing netboxdocker_nginx_1 ... Removing netboxdocker_netbox_1 ... Removing netboxdocker_netbox-worker_1 ... Removing netboxdocker_redis_1 ... Removing netboxdocker_postgres_1 ... Removing network netboxdocker_default Removing volume netboxdocker_netbox-report-files Removing volume netboxdocker_netbox-media-files Removing volume netboxdocker_netbox-static-files Removing volume netboxdocker_netbox-nginx-config Removing volume netboxdocker_netbox-postgres-data Removing volume netboxdocker_netbox-redis-data [root@docker netbox-docker]# docker-compose pull Pulling postgres (postgres:10.4-alpine)... Trying to pull repository docker.io/library/postgres ... 10.4-alpine: Pulling from docker.io/library/postgres Digest: sha256:b00851e5a07b910a18f9211cec807a1256cec38bbf7aa06859aba79acf79b3a8 Status: Image is up to date for docker.io/postgres:10.4-alpine Pulling redis (redis:4-alpine)... Trying to pull repository docker.io/library/redis ... 4-alpine: Pulling from docker.io/library/redis Digest: sha256:1c65b56146a75942adc6a046d6810e19cc43ed160e31dd23c367a05de2673613 Status: Image is up to date for docker.io/redis:4-alpine Pulling netbox-worker (ninech/netbox:latest)... Trying to pull repository docker.io/ninech/netbox ... latest: Pulling from docker.io/ninech/netbox Digest: sha256:405318bf93e52471c97c33d268fdcf65d65294aa91fbb2a740cf718c0737f5fa Status: Image is up to date for docker.io/ninech/netbox:latest Pulling netbox (ninech/netbox:latest)... Trying to pull repository docker.io/ninech/netbox ... latest: Pulling from docker.io/ninech/netbox Digest: sha256:405318bf93e52471c97c33d268fdcf65d65294aa91fbb2a740cf718c0737f5fa Status: Image is up to date for docker.io/ninech/netbox:latest Pulling nginx (nginx:1.15-alpine)... Trying to pull repository docker.io/library/nginx ... 1.15-alpine: Pulling from docker.io/library/nginx Digest: sha256:829a63ad2b1389e393e5decf5df25860347d09643c335d1dc3d91d25326d3067 Status: Image is up to date for docker.io/nginx:1.15-alpine [root@docker netbox-docker]# docker-compose up Creating network "netboxdocker_default" with the default driver Creating volume "netboxdocker_netbox-nginx-config" with local driver Creating volume "netboxdocker_netbox-postgres-data" with local driver Creating volume "netboxdocker_netbox-static-files" with local driver Creating volume "netboxdocker_netbox-report-files" with local driver Creating volume "netboxdocker_netbox-media-files" with local driver Creating volume "netboxdocker_netbox-redis-data" with local driver Creating netboxdocker_redis_1 ... Creating netboxdocker_postgres_1 ... Creating netboxdocker_netbox-worker_1 ... Creating netboxdocker_netbox_1 ... Creating netboxdocker_nginx_1 ... Attaching to netboxdocker_postgres_1, netboxdocker_redis_1, netboxdocker_netbox-worker_1, netboxdocker_netbox_1, netboxdocker_nginx_1 postgres_1 | The files belonging to this database system will be owned by user "postgres". postgres_1 | This user must also own the server process. postgres_1 | postgres_1 | The database cluster will be initialized with locale "en_US.utf8". postgres_1 | The default database encoding has accordingly been set to "UTF8". postgres_1 | The default text search configuration will be set to "english". postgres_1 | postgres_1 | Data page checksums are disabled. postgres_1 | postgres_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok postgres_1 | creating subdirectories ... ok postgres_1 | selecting default max_connections ... 100 postgres_1 | selecting default shared_buffers ... 128MB postgres_1 | selecting dynamic shared memory implementation ... posix postgres_1 | creating configuration files ... ok postgres_1 | running bootstrap script ... ok postgres_1 | performing post-bootstrap initialization ... sh: locale: not found postgres_1 | 2018-09-14 13:32:57.904 UTC [24] WARNING: no usable system locales were found redis_1 | 1:C 14 Sep 13:32:56.624 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis_1 | 1:C 14 Sep 13:32:56.624 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started redis_1 | 1:C 14 Sep 13:32:56.624 # Configuration loaded redis_1 | 1:M 14 Sep 13:32:56.626 * Running mode=standalone, port=6379. redis_1 | 1:M 14 Sep 13:32:56.627 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis_1 | 1:M 14 Sep 13:32:56.627 # Server initialized redis_1 | 1:M 14 Sep 13:32:56.633 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 09:54:32.742 >redis_1 | 1:M 14 Sep 13:32:56.634 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. redis_1 | 1:M 14 Sep 13:32:56.634 * Ready to accept connections netbox-worker_1 | Traceback (most recent call last): netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 197, in fetch_command netbox-worker_1 | app_name = commands[subcommand] netbox-worker_1 | KeyError: 'rqworker' netbox-worker_1 | netbox-worker_1 | During handling of the above exception, another exception occurred: netbox-worker_1 | netbox-worker_1 | Traceback (most recent call last): netbox-worker_1 | File "/opt/netbox/netbox/netbox/configuration.py", line 7, in netbox-worker_1 | spec.loader.exec_module(module) netbox-worker_1 | File "", line 674, in exec_module netbox-worker_1 | File "", line 780, in get_code netbox-worker_1 | File "", line 832, in get_data netbox-worker_1 | PermissionError: [Errno 13] Permission denied: '/etc/netbox/config/configuration.py' netbox-worker_1 | netbox-worker_1 | During handling of the above exception, another exception occurred: netbox-worker_1 | netbox-worker_1 | Traceback (most recent call last): netbox-worker_1 | File "/opt/netbox/netbox/netbox/settings.py", line 11, in netbox-worker_1 | from netbox import configuration netbox-worker_1 | File "/opt/netbox/netbox/netbox/configuration.py", line 10, in netbox-worker_1 | raise ImportError('') netbox-worker_1 | ImportError netbox-worker_1 | netbox-worker_1 | During handling of the above exception, another exception occurred: netbox-worker_1 | netbox-worker_1 | Traceback (most recent call last): netbox-worker_1 | File "/opt/netbox/netbox/manage.py", line 10, in netbox-worker_1 | execute_from_command_line(sys.argv) netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line netbox-worker_1 | utility.execute() netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute netbox-worker_1 | self.fetch_command(subcommand).run_from_argv(self.argv) netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 204, in fetch_command netbox-worker_1 | settings.INSTALLED_APPS netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__ netbox-worker_1 | self._setup(name) netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/conf/__init__.py", line 43, in _setup netbox-worker_1 | self._wrapped = Settings(settings_module) netbox-worker_1 | File "/usr/local/lib/python3.6/site-packages/django/conf/__init__.py", line 106, in __init__ netbox-worker_1 | mod = importlib.import_module(self.SETTINGS_MODULE) netbox-worker_1 | File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module netbox-worker_1 | return _bootstrap._gcd_import(name[level:], package, level) netbox-worker_1 | File "", line 994, in _gcd_import netbox-worker_1 | File "", line 971, in _find_and_load netbox-worker_1 | File "", line 955, in _find_and_load_unlocked netbox-worker_1 | File "", line 665, in _load_unlocked netbox-worker_1 | File "", line 678, in exec_module netbox-worker_1 | File "", line 219, in _call_with_frames_removed netbox-worker_1 | File "/opt/netbox/netbox/netbox/settings.py", line 14, in netbox-worker_1 | "Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation." netbox-worker_1 | django.core.exceptions.ImproperlyConfigured: Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation. nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: using the "epoll" event method nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: nginx/1.15.3 nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: built by gcc 6.4.0 (Alpine 6.4.0) nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: OS: Linux 3.10.0-862.11.6.el7.x86_64 nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: start worker processes nginx_1 | 2018/09/14 13:32:58 [notice] 1#1: start worker process 5 netboxdocker_netbox-worker_1 exited with code 1 netbox_1 | Traceback (most recent call last): netbox_1 | File "./manage.py", line 10, in netbox_1 | execute_from_command_line(sys.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line netbox_1 | utility.execute() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute netbox_1 | self.fetch_command(subcommand).run_from_argv(self.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 216, in fetch_command netbox_1 | klass = load_command_class(app_name, subcommand) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 36, in load_command_class netbox_1 | module = import_module('%s.management.commands.%s' % (app_name, name)) netbox_1 | File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module netbox_1 | return _bootstrap._gcd_import(name[level:], package, level) netbox_1 | File "", line 994, in _gcd_import netbox_1 | File "", line 971, in _find_and_load netbox_1 | File "", line 955, in _find_and_load_unlocked netbox_1 | File "", line 665, in _load_unlocked netbox_1 | File "", line 678, in exec_module netbox_1 | File "", line 219, in _call_with_frames_removed netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 12, in netbox_1 | from django.db.migrations.autodetector import MigrationAutodetector netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/autodetector.py", line 11, in netbox_1 | from django.db.migrations.questioner import MigrationQuestioner netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/questioner.py", line 9, in netbox_1 | from .loader import MigrationLoader netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 8, in netbox_1 | from django.db.migrations.recorder import MigrationRecorder netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 9, in netbox_1 | class MigrationRecorder: netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 22, in MigrationRecorder netbox_1 | class Migration(models.Model): netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 100, in __new__ netbox_1 | app_config = apps.get_containing_app_config(module) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 244, in get_containing_app_config netbox_1 | self.check_apps_ready() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 127, in check_apps_ready netbox_1 | raise AppRegistryNotReady("Apps aren't loaded yet.") netbox_1 | django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. netbox_1 | ⏳ Waiting on DB... postgres_1 | ok postgres_1 | syncing data to disk ... ok postgres_1 | postgres_1 | Success. You can now start the database server using: postgres_1 | postgres_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start postgres_1 | postgres_1 | postgres_1 | WARNING: enabling "trust" authentication for local connections postgres_1 | You can change this by editing pg_hba.conf or using the option -A, or postgres_1 | --auth-local and --auth-host, the next time you run initdb. postgres_1 | waiting for server to start....2018-09-14 13:32:59.061 UTC [28] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres_1 | 2018-09-14 13:32:59.074 UTC [29] LOG: database system was shut down at 2018-09-14 13:32:58 UTC postgres_1 | 2018-09-14 13:32:59.077 UTC [28] LOG: database system is ready to accept connections postgres_1 | done postgres_1 | server started postgres_1 | CREATE DATABASE postgres_1 | postgres_1 | CREATE ROLE postgres_1 | postgres_1 | postgres_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/* postgres_1 | postgres_1 | waiting for server to shut down....2018-09-14 13:32:59.418 UTC [28] LOG: received fast shutdown request postgres_1 | 2018-09-14 13:32:59.419 UTC [28] LOG: aborting any active transactions postgres_1 | 2018-09-14 13:32:59.421 UTC [28] LOG: worker process: logical replication launcher (PID 35) exited with exit code 1 postgres_1 | 2018-09-14 13:32:59.421 UTC [30] LOG: shutting down postgres_1 | 2018-09-14 13:32:59.427 UTC [28] LOG: database system is shut down postgres_1 | done postgres_1 | server stopped postgres_1 | postgres_1 | PostgreSQL init process complete; ready for start up. postgres_1 | postgres_1 | 2018-09-14 13:32:59.528 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 postgres_1 | 2018-09-14 13:32:59.528 UTC [1] LOG: listening on IPv6 address "::", port 5432 postgres_1 | 2018-09-14 13:32:59.530 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" postgres_1 | 2018-09-14 13:32:59.543 UTC [41] LOG: database system was shut down at 2018-09-14 13:32:59 UTC postgres_1 | 2018-09-14 13:32:59.546 UTC [1] LOG: database system is ready to accept connections netbox_1 | Traceback (most recent call last): netbox_1 | File "./manage.py", line 10, in netbox_1 | execute_from_command_line(sys.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line netbox_1 | utility.execute() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute netbox_1 | self.fetch_command(subcommand).run_from_argv(self.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 216, in fetch_command netbox_1 | klass = load_command_class(app_name, subcommand) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 36, in load_command_class netbox_1 | module = import_module('%s.management.commands.%s' % (app_name, name)) netbox_1 | File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module netbox_1 | return _bootstrap._gcd_import(name[level:], package, level) netbox_1 | File "", line 994, in _gcd_import netbox_1 | File "", line 971, in _find_and_load netbox_1 | File "", line 955, in _find_and_load_unlocked netbox_1 | File "", line 665, in _load_unlocked netbox_1 | File "", line 678, in exec_module netbox_1 | File "", line 219, in _call_with_frames_removed netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 12, in netbox_1 | from django.db.migrations.autodetector import MigrationAutodetector netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/autodetector.py", line 11, in netbox_1 | from django.db.migrations.questioner import MigrationQuestioner netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/questioner.py", line 9, in netbox_1 | from .loader import MigrationLoader netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 8, in netbox_1 | from django.db.migrations.recorder import MigrationRecorder netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 9, in netbox_1 | class MigrationRecorder: netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 22, in MigrationRecorder netbox_1 | class Migration(models.Model): netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 100, in __new__ netbox_1 | app_config = apps.get_containing_app_config(module) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 244, in get_containing_app_config netbox_1 | self.check_apps_ready() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 127, in check_apps_ready netbox_1 | raise AppRegistryNotReady("Apps aren't loaded yet.") netbox_1 | django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. netbox_1 | ⏳ Waiting on DB... netbox_1 | Traceback (most recent call last): netbox_1 | File "./manage.py", line 10, in netbox_1 | execute_from_command_line(sys.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line netbox_1 | utility.execute() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute netbox_1 | self.fetch_command(subcommand).run_from_argv(self.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 216, in fetch_command netbox_1 | klass = load_command_class(app_name, subcommand) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 36, in load_command_class netbox_1 | module = import_module('%s.management.commands.%s' % (app_name, name)) netbox_1 | File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module netbox_1 | return _bootstrap._gcd_import(name[level:], package, level) netbox_1 | File "", line 994, in _gcd_import netbox_1 | File "", line 971, in _find_and_load netbox_1 | File "", line 955, in _find_and_load_unlocked netbox_1 | File "", line 665, in _load_unlocked netbox_1 | File "", line 678, in exec_module netbox_1 | File "", line 219, in _call_with_frames_removed netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 12, in netbox_1 | from django.db.migrations.autodetector import MigrationAutodetector netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/autodetector.py", line 11, in netbox_1 | from django.db.migrations.questioner import MigrationQuestioner netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/questioner.py", line 9, in netbox_1 | from .loader import MigrationLoader netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 8, in netbox_1 | from django.db.migrations.recorder import MigrationRecorder netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 9, in netbox_1 | class MigrationRecorder: netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 22, in MigrationRecorder netbox_1 | class Migration(models.Model): netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 100, in __new__ netbox_1 | app_config = apps.get_containing_app_config(module) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 244, in get_containing_app_config netbox_1 | self.check_apps_ready() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 127, in check_apps_ready netbox_1 | raise AppRegistryNotReady("Apps aren't loaded yet.") netbox_1 | django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. netbox_1 | ⏳ Waiting on DB... < much looping> netbox_1 | Traceback (most recent call last): netbox_1 | File "./manage.py", line 10, in netbox_1 | execute_from_command_line(sys.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line netbox_1 | utility.execute() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute netbox_1 | self.fetch_command(subcommand).run_from_argv(self.argv) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 216, in fetch_command netbox_1 | klass = load_command_class(app_name, subcommand) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 36, in load_command_class netbox_1 | module = import_module('%s.management.commands.%s' % (app_name, name)) netbox_1 | File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module netbox_1 | return _bootstrap._gcd_import(name[level:], package, level) netbox_1 | File "", line 994, in _gcd_import netbox_1 | File "", line 971, in _find_and_load netbox_1 | File "", line 955, in _find_and_load_unlocked netbox_1 | File "", line 665, in _load_unlocked netbox_1 | File "", line 678, in exec_module netbox_1 | File "", line 219, in _call_with_frames_removed netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 12, in netbox_1 | from django.db.migrations.autodetector import MigrationAutodetector netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/autodetector.py", line 11, in netbox_1 | from django.db.migrations.questioner import MigrationQuestioner netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/questioner.py", line 9, in netbox_1 | from .loader import MigrationLoader netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 8, in netbox_1 | from django.db.migrations.recorder import MigrationRecorder netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 9, in netbox_1 | class MigrationRecorder: netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/recorder.py", line 22, in MigrationRecorder netbox_1 | class Migration(models.Model): netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/db/models/base.py", line 100, in __new__ netbox_1 | app_config = apps.get_containing_app_config(module) netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 244, in get_containing_app_config netbox_1 | self.check_apps_ready() netbox_1 | File "/usr/local/lib/python3.6/site-packages/django/apps/registry.py", line 127, in check_apps_ready netbox_1 | raise AppRegistryNotReady("Apps aren't loaded yet.") netbox_1 | django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet. netbox_1 | ⏳ Waiting on DB... ^CGracefully stopping... (press Ctrl+C again to force) Stopping netboxdocker_nginx_1 ... Stopping netboxdocker_netbox_1 ... Stopping netboxdocker_redis_1 ... Stopping netboxdocker_postgres_1 ...