Run the following command in your project root folder (the folder where your Dockerfile is located):
(The image name can be changed to any name you want.)
docker build -t aihorde:latest .
Create .env_docker
file to deliver access information of services used together such as Redis and Postgres.
Copy the .env_template
file in the root folder to create the .env_docker file.
docker-compose.yaml Change the file as needed.
# run in background
docker-compose up -d