Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose file issues #78

Open
EIT-AUS opened this issue Feb 6, 2023 · 2 comments
Open

docker compose file issues #78

EIT-AUS opened this issue Feb 6, 2023 · 2 comments

Comments

@EIT-AUS
Copy link

EIT-AUS commented Feb 6, 2023

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
Copy link
Author

EIT-AUS commented Feb 6, 2023

any one else had this problem while composing the files

@EIT-AUS
Copy link
Author

EIT-AUS commented Feb 6, 2023

Fixed composer changing to version 3 on top of compose file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant