Elsa Server + Studio - Single Image
This guide demonstrates how to set up Elsa Server and Studio using Docker Compose, enabling you to run both components from a single Docker image.
Docker Compose Configuration
Below is an example Docker Compose configuration that sets up the Elsa Server + Studio application:
Steps to Set Up
Create a
docker-compose.yml
file in your project directory with the above configuration.Ensure that Docker and Docker Compose are installed on your machine. Refer to the prerequisites documentation for installation guidance.
Open a terminal in the directory containing the
docker-compose.yml
file.Run the following command to start the container:
Accessing Elsa
Once the container is running, you can access Elsa Studio in your browser at: http://localhost:14000.
Use the default admin credentials to log in.
Last updated