- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Ubuntu, Windows or MacOS… are some example remove it with yours
- Memory / Disk: 32GB / 2TB
- Deployment: Docker
- Airbyte Version: Cloned repo on Oct 31st 2022
- Source name/version:
- Destination name/version:
- Step: Docker compose up fails
- Description: Docker compose up fails with the below error:
WARN[0000] The "DEPLOYMENT_MODE" variable is not set. Defaulting to a blank string.
WARN[0000] The "LOG_CONNECTOR_MESSAGES" variable is not set. Defaulting to a blank string.
WARN[0000] The "SECRET_PERSISTENCE" variable is not set. Defaulting to a blank string.
WARN[0000] The "JOB_ERROR_REPORTING_SENTRY_DSN" variable is not set. Defaulting to a blank string.
WARN[0000] The "DEPLOYMENT_MODE" variable is not set. Defaulting to a blank string.
WARN[0000] The "REMOTE_CONNECTOR_CATALOG_URL" variable is not set. Defaulting to a blank string.
WARN[0000] The "TEMPORAL_HISTORY_RETENTION_IN_DAYS" variable is not set. Defaulting to a blank string.
WARN[0000] The "UPDATE_DEFINITIONS_CRON_ENABLED" variable is not set. Defaulting to a blank string.
WARN[0000] The "RUN_DATABASE_MIGRATION_ON_STARTUP" variable is not set. Defaulting to a blank string.
WARN[0000] The "NEW_SCHEDULER" variable is not set. Defaulting to a blank string.
WARN[0000] The "SECRET_PERSISTENCE" variable is not set. Defaulting to a blank string.
WARN[0000] The "JOB_ERROR_REPORTING_SENTRY_DSN" variable is not set. Defaulting to a blank string.
WARN[0000] The "WORKER_ENVIRONMENT" variable is not set. Defaulting to a blank string.
WARN[0000] The "GITHUB_STORE_BRANCH" variable is not set. Defaulting to a blank string.
[+] Running 0/0
⠿ Network airbyte_default Error 0.0s
failed to create network airbyte_default: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
I tried changing the ports assigned to 8000 and 8001 in the yaml file but this did not help. I do have other services running and port 8000 is in use. BTW I’m new to docker and am a BI developer looking forward to trying this out.
Thank you