Running Dataedo Portal with Docker Compose
This tutorial provides a step-by-step guide to running Dataedo Portal using Docker Compose. If this approach doesn’t meet your needs, check other installation guides.
Prerequisites
To proceed with Docker deployment, first you'll need to install Docker and Docker Compose.
Docker Compose is included with Docker Desktop on Windows and Mac.
Deployment instructions
Step 1: Clone Docker Compose files
Run the following command to clone the necessary files:
git clone https://gitlab.com/dataedo/docker-compose.git dataedo
This will create a new folder named dataedo
in your current directory with all required files.
Step 2: Navigate to the /dataedo
directory
Move into the newly created folder:
cd dataedo
Step 3: Configure your Docker environment
-
Edit the Docker
.env
filetipIf you have an SQL repository configured, update the
.env
file with the repository details. If you don’t, you can create it later using Docker GUI. -
Change the default port (optional) By default, Dataedo Portal runs on port
80
. To use a different port, modify thedocker-compose.yml
file.
Step 4: Launch Dataedo portal
Launch the application using Docker Compose:
sudo docker compose up -d
Step 5: Access Dataedo portal
Once the setup completes, open your browser and visit your Dataedo Portal.
The default URL is http://localhost:80
.
Need help?
If you run into any problems or have questions, reach out to Dataedo support.