seo-audits-toolkit icon indicating copy to clipboard operation
seo-audits-toolkit copied to clipboard

docker compose file issues

Open EIT-AUS opened this issue 2 years ago • 2 comments
trafficstars

issue 1= /docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and place your service definitions under the services key, or omit the version key and place your service definitions at the root of the file to use version 1.

issue 2= WARN[0000] The "TINI_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string. WARN[0000] The "DEBUG" variable is not set. Defaulting to a blank string. WARN[0000] The "ALLOWED_HOSTS" variable is not set. Defaulting to a blank string. WARN[0000] The "REST_FRAMEWORK_PAGE_SIZE" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_RESULT_BACKEND" variable is not set. Defaulting to a blank string. WARN[0000] The "DATABASE_ENGINE" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string. WARN[0000] The "SECRET_KEY" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_BROKER_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "CORS_ALLOWED_ORIGINS" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "TINI_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_BROKER_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "DATABASE_ENGINE" variable is not set. Defaulting to a blank string. WARN[0000] The "DEBUG" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_RESULT_BACKEND" variable is not set. Defaulting to a blank string. WARN[0000] The "ALLOWED_HOSTS" variable is not set. Defaulting to a blank string. WARN[0000] The "REST_FRAMEWORK_PAGE_SIZE" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string. WARN[0000] The "SECRET_KEY" variable is not set. Defaulting to a blank string. WARN[0000] The "CORS_ALLOWED_ORIGINS" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "TINI_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_RESULT_BACKEND" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string. WARN[0000] The "SECRET_KEY" variable is not set. Defaulting to a blank string. WARN[0000] The "CORS_ALLOWED_ORIGINS" variable is not set. Defaulting to a blank string. WARN[0000] The "ALLOWED_HOSTS" variable is not set. Defaulting to a blank string. WARN[0000] The "DEBUG" variable is not set. Defaulting to a blank string. WARN[0000] The "DATABASE_ENGINE" variable is not set. Defaulting to a blank string. WARN[0000] The "REST_FRAMEWORK_PAGE_SIZE" variable is not set. Defaulting to a blank string. WARN[0000] The "CELERY_BROKER_URL" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "NODE_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "TINI_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_USER" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_PASSWORD" variable is not set. Defaulting to a blank string. WARN[0000] The "POSTGRES_DB" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "REDIS_VERSION" variable is not set. Defaulting to a blank string. WARN[0000] The "REDIS_LOG_PREFIX_PATH" variable is not set. Defaulting to a blank string. WARN[0000] The "NAMESPACE" variable is not set. Defaulting to a blank string. WARN[0000] The "REDIS_LOG_PREFIX_PATH" variable is not set. Defaulting to a blank string. WARN[0000] The "REDIS_MEMORY_MAX" variable is not set. Defaulting to a blank string. WARN[0000] The "REDIS_LOG_FILE" variable is not set. Defaulting to a blank string. WARN[0000] The "PWD" variable is not set. Defaulting to a blank string. WARN[0000] The "PWD" variable is not set. Defaulting to a blank string. WARN[0000] The "PWD" variable is not set. Defaulting to a blank string.

EIT-AUS avatar Feb 06 '23 06:02 EIT-AUS

any one else had this problem while composing the files

EIT-AUS avatar Feb 06 '23 06:02 EIT-AUS

Fixed composer changing to version 3 on top of compose file

EIT-AUS avatar Feb 06 '23 09:02 EIT-AUS