huly-selfhost icon indicating copy to clipboard operation
huly-selfhost copied to clipboard

Minimal Huly docker compose configuration without installing nginx

Open Ch41r05 opened this issue 3 months ago • 1 comments

Hi Huly Team,

I was wondering which is the minimal viable configuration for self-hosted Huly on docker compose and if it's possible to use it without nginx since I'd like to locally test the application before delving deeper into everything.

Thanks

Ch41r05 avatar Sep 23 '25 13:09 Ch41r05

@Ch41r05 I think you can take the "dev" version, it is not minimal viable configuration, but it requires minimal amount of efforts to run: https://github.com/hcengineering/platform/blob/develop/dev/docker-compose.yaml

It does not use nginx. Btw, if you don't care that we run nginx in container, you can use localhost as hostname for selfhosted version and it won't require nginx.

aonnikov avatar Sep 26 '25 15:09 aonnikov