huly-selfhost
huly-selfhost copied to clipboard
Minimal Huly docker compose configuration without installing nginx
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 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.