I am trying to run the docker compose file, but i get the following error: Error: Option 'default-artifact-root' is required when backend store is not local file based. I tried to modify the --default-artifact-root but I get same error.
my configuration is:
server --backend-store-uri postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgresql/${POSTGRES_DB} --default-artifact-root s3://${AWS_BUCKET_NAME}/ -h 0.0.0.0
I am trying to run the docker compose file, but i get the following error:
Error: Option 'default-artifact-root' is required when backend store is not local file based.I tried to modify the--default-artifact-rootbut I get same error.my configuration is:
server --backend-store-uri postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgresql/${POSTGRES_DB} --default-artifact-root s3://${AWS_BUCKET_NAME}/ -h 0.0.0.0