diff --git a/README.md b/README.md index 12ebe13..fbc207a 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,10 @@ All essential Docker containers, such as MQTT and speech recognition, are hosted - [Time \& Date](#time--date) - [Xbox](#xbox) - [Setup](#setup) - - [Docker](#docker) - - [Deploy and update](#deploy-and-update) - - [Volumes](#volumes) - - [`has_config`](#has_config) - - [Development Environment](#development-environment) + - [Deploy and Updates](#deploy-and-updates) + - [Docker Volumes](#docker-volumes) + - [`has_config`](#has_config) +- [Development Environment](#development-environment) ## Devices @@ -252,23 +251,23 @@ Home Assistant authenticates with Xbox Live through OAuth2 using the Home Assist ## Setup -### Docker +[Docker Compose file](./docker-compose.yaml). -The deployment and maintenance of this Home Assistant setup are managed using Docker. A [Docker Compose file](./docker-compose.yaml) is used to define and run the multi-container environment. +### Deploy and Updates -#### Deploy and update - -A [Git Action workflow](./.gitea/workflows/deploy.yml) is configured to: +[Git Action workflow](./.gitea/workflows/deploy.yml): - Automatically pull the latest Docker images daily. - Execute `docker-compose up` to ensure the environment remains up-to-date and operational. -#### Volumes +### Docker Volumes -##### `has_config` +#### `has_config` The `has_config` volume stores the Home Assistant configuration files. For more details, refer to the [Home Assistant configuration repository](/marcio.fernandes/homeassistant.config). -### Development Environment +## Development Environment -Development and maintenance tasks are performed using Visual Studio Code on the Lazarus development device. The Docker context is set to the host [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan) for seamless integration and management. +Development and maintenance tasks are performed using Visual Studio Code. + +The Docker context is set to the host [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan) for seamless integration and management.