Running the docker on the other hand require to pass a few env variables, among them the connection info to a PG instance. It also require to setup an user by editing directly the database and hashing by hand your password which is super inconvenient. I am working right now on making the process easier, did not expect self-host users so early.
You are right, I will prepare a public docker image and some clear instructions. Things went a bit fast today, I initially planned to do such launch in a few weeks.
I am not doing anything fancy for building the dockerfile: https://github.com/windmill-labs/windmill/blob/main/.github/...
Running the docker on the other hand require to pass a few env variables, among them the connection info to a PG instance. It also require to setup an user by editing directly the database and hashing by hand your password which is super inconvenient. I am working right now on making the process easier, did not expect self-host users so early.