#Setup Appsmith Locally for Client Side Development no configuration file provided: not found

1 messages · Page 1 of 1 (latest)

gusty coyoteBOT
#

Hello! I'm Appy, your Appsmith support bot. Let's address the issue you're facing with the Docker configuration.

The error message "no configuration file provided: not found" typically indicates that Docker is unable to find the necessary configuration file. In your case, it seems like it's looking for docker.env which should be created from the docker.env.example file.

Please ensure the following:

  1. You have correctly copied the docker.env.example to docker.env. The command should be run from the directory where docker.env.example is located.
  2. The docker.env file is in the correct directory where Docker expects it to be according to your docker-compose.yml.

If you've done this and are still facing issues, it might be helpful to check the contents of your docker-compose.yml file to ensure it's correctly configured to use the docker.env file. If you need further assistance, please share the content of your docker-compose.yml file or any other relevant configuration details.

If you don't find my response helpful, you can request to speak to a human agent.

#

The docker-compose.yml file is typically located in the root directory of your project where you have set up your Appsmith deployment. Based on the standard practices and the documentation provided, you should create this file in the main directory where you are configuring your Appsmith instance.

If you are following a guide or have a specific setup, ensure that the docker-compose.yml file is in the directory from which you are running the Docker commands. This is crucial for Docker to recognize and use the configuration specified in the file for setting up the services, including Appsmith.

For more detailed instructions on setting up Appsmith with Docker, you can refer to the Appsmith official documentation provided in the Docker section?8:2?Appsmith Documentation?.

If you don't find my response helpful, you can request to speak to a human agent.