Closed AlbertoSolaro closed 1 year ago
Hi,
I am sorry but the UI is not published on the Docker registry. It's partly because it's a static website and I don't use Docker for this part in production. I wanted to improve the delivery of Docker images, but since the Docker registry has changed its conditions and automatic builds are disabled, I have to find another solution. This being said, you can uncomment the UI part of the docker-compose.yml file in the root folder or directly build this Dockerfile in order to create the image by yourself.
For your information, self-hosting installation has been reviewed and simplified. UI is now part of the official Docker image.
Hi, I'm trying to have a selfhosted readflow instance. I have little experience with docker, I created a docker compose file but when I start it I don't have the user interface.
I used docker-compose.yml in the root folder as an example.
This is my version:
I don't understand if the UI is present in the docker image released or there is another docker image that actually missing from hub.
Thank a lot for your work