docker/README.md
Starts Flowise from DockerHub Image
.env file and specify the PORT (refer to .env.example)docker compose up -ddocker compose stopIf you like to persist your data (flows, logs, credentials, storage), set these variables in the .env file inside docker folder:
Flowise also support different environment variables to configure your instance. Read more
You can build the images for worker and main from scratch with:
docker compose -f docker-compose-queue-source.yml up -d
Monitor Health:
docker compose -f docker-compose-queue-source.yml ps
You can also use the pre-built images:
docker compose -f docker-compose-queue-prebuilt.yml up -d
Monitor Health:
docker compose -f docker-compose-queue-prebuilt.yml ps