You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the copy step, there should be a step to create the .env directory in the root folder. But even after following the README file and creating the .env directory and then copying the file to the .env file, the code is giving the error -
WARNING: The COMPOSE_DB_MYSQL_ROOT_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DB_MYSQL_DATABASE variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DB_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_DEFAULT_USER variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_DEFAULT_PASS variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_ERLANG_COOKIE variable is not set. Defaulting to a blank string.
WARNING: The MPROVE_RELEASE_TAG variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_PATH variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_TARGET_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DISK_ORGANIZATIONS_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DISK_ORGANIZATIONS_VOLUME_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_BIGQUERY_CREDENTIALS_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_BIGQUERY_CREDENTIALS_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PRIVATE_KEY_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PRIVATE_KEY_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PUBLIC_KEY_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PUBLIC_KEY_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_PGDATA variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_USER variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_DB variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_LOGS_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_MODE variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_DISPLAY variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_HTML variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_TCP_PORT variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_PASSWORD variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.backend-scheduler.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.mcli.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.backend.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.disk.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
The text was updated successfully, but these errors were encountered:
Oh Thanks, I get that, But if you just execute the steps from the ReadMe.md file in a vanilla codespace environment it fails at the docker-compose up command.
docker-compose up db dwh-postgres dwh-clickhouse rabbit backend backend-scheduler blockml-single disk front
Note: I haven't made any changes to any environment variables.
Before the copy step, there should be a step to create the
.env
directory in the root folder. But even after following the README file and creating the .env directory and then copying the file to the.env
file, the code is giving the error -WARNING: The COMPOSE_DB_MYSQL_ROOT_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DB_MYSQL_DATABASE variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DB_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_DEFAULT_USER variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_DEFAULT_PASS variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_RABBITMQ_ERLANG_COOKIE variable is not set. Defaulting to a blank string.
WARNING: The MPROVE_RELEASE_TAG variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_PATH variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The ENV_FILE_TARGET_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DISK_ORGANIZATIONS_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DISK_ORGANIZATIONS_VOLUME_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_BIGQUERY_CREDENTIALS_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_BIGQUERY_CREDENTIALS_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PRIVATE_KEY_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PRIVATE_KEY_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PUBLIC_KEY_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_BACKEND_FIRST_PROJECT_REMOTE_PUBLIC_KEY_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_PGDATA variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_POSTGRES_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_USER variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_PASSWORD variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_DB variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_DWH_CLICKHOUSE_LOGS_VOLUME_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_SOURCE_PATH variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_MODE variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_DISPLAY variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_HTML variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_TCP_PORT variable is not set. Defaulting to a blank string.
WARNING: The COMPOSE_X11_BRIDGE_XPRA_PASSWORD variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.backend-scheduler.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.mcli.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.backend.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
services.disk.volumes value [{'type': 'bind', 'source': '', 'target': ''}, {'type': 'bind', 'source': '', 'target': ''}] has non-unique elements
The text was updated successfully, but these errors were encountered: