mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-09-13 05:07:49 +02:00
Add note how to stop containers (#264)
* Add note how to stop containers Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ This will:
|
||||
- Use default Docker volumes
|
||||
- Automatically start all services
|
||||
|
||||
Access Huly at **http://localhost:8087** (wait ~60 seconds for services to initialize).
|
||||
Access Huly at **http://localhost:8087** (wait ~60 seconds for services to initialize). To stop all services, run `docker compose down` from the `huly-selfhost` folder.
|
||||
|
||||
> [!NOTE]
|
||||
> Quick start is intended for local testing only. For production deployments, follow the full setup instructions below.
|
||||
@@ -99,7 +99,7 @@ sudo nginx -s reload
|
||||
sudo docker compose up -d
|
||||
```
|
||||
|
||||
Now, launch your web browser and enjoy Huly!
|
||||
Now, launch your web browser and enjoy Huly! To stop all services, run `docker compose down` from the `huly-selfhost` project directory.
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Provided configrations include deployments of CockroachDB and Redpanda which might not be production-ready. Please inspect them carefully before using in production. For more information on the recommended deployment configurations, please refer to the [CockroachDB](https://www.cockroachlabs.com/docs/stable/recommended-production-settings) and [Redpanda](https://docs.redpanda.com/24.3/deploy/) documentation.
|
||||
|
||||
Reference in New Issue
Block a user