From 1a74dd1bdb1f2ee982b015b92f5307f3385e508d Mon Sep 17 00:00:00 2001 From: Nico <55434438+n1cc00@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:55:02 +0200 Subject: [PATCH] Add huly_net network to services for v7 (#206) Signed-off-by: Nico <55434438+n1cc00@users.noreply.github.com> --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 64a8335..c15b0bb 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,8 @@ ses: - PUSH_PUBLIC_KEY=${PUSH_PUBLIC_KEY} - PUSH_PRIVATE_KEY=${PUSH_PRIVATE_KEY} restart: unless-stopped + networks: + - huly_net ``` ## Mail Service @@ -240,6 +242,8 @@ The Mail Service is responsible for sending email notifications and confirmation - PORT=8097 - SOURCE= restart: unless-stopped + networks: + - huly_net ``` 2. Add the mail container URL to the `transactor` and `account` containers: @@ -348,6 +352,8 @@ self-hosted Huly, perform the following steps: - LIVEKIT_API_KEY= - LIVEKIT_API_SECRET= restart: unless-stopped + networks: + - huly_net ``` 3. Configure `front` service: @@ -375,6 +381,8 @@ self-hosted Huly, perform the following steps: - STATS_URL=http://stats:4900 - SECRET=${SECRET} restart: unless-stopped + networks: + - huly_net ``` 2. Configure `front` service: @@ -420,6 +428,8 @@ Huly provides AI-powered chatbot that provides several services: # optional if you use love service - LOVE_ENDPOINT=http://love:8096 restart: unless-stopped + networks: + - huly_net ``` 3. Configure `front` service: @@ -474,6 +484,8 @@ Add `calendar` container to the docker-compose.yaml - STATS_URL=http://stats:4900 - SECRET=${SECRET} restart: unless-stopped + networks: + - huly_net ``` ## Configure OpenID Connect (OIDC)