diff --git a/README.md b/README.md index cb45b96..5b995da 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - [zigbee2mqtt](#zigbee2mqtt) - [Broadlink](#broadlink) - [Hosting](#hosting) + - [Editing and Maintenance](#editing-and-maintenance) ## Integrations @@ -38,3 +39,31 @@ Requires port 80 access from home assistant to Broadlink devices. ## Hosting Currently hosted on [homesrv01.dev.lan](https://git.limbosolutions.com/marcio.fernandes/homesrv01.dev.lan). + +Using portainer stack connected to this repo. + +![alt text](documentation/images/portainer-has.png) + +Docker volumes should be restored from backups. +Repo version of docker volumes exists only for history and documentation. + +## Editing and Maintenance + +Using code server docker container on homesrv01 with volume has_config bind to repo folder volumes/config + +```yaml +--- +version: '3' +services: + code-server: + .... + volumes: + .... + - has_config:/config/workspace/has/volumes/config + .... + volumes: + ... + has_config: + name: has_app_config + ... + ``` diff --git a/documentation/images/portainer-has.png b/documentation/images/portainer-has.png new file mode 100644 index 0000000..84e64fc Binary files /dev/null and b/documentation/images/portainer-has.png differ