removed code server and portainer from services stack
This commit is contained in:
84
README.md
84
README.md
@@ -17,14 +17,11 @@ The server itself is on its own vlan (Vlan: homesrv) but requires communication
|
||||
- [myInfra stack](#myinfra-stack)
|
||||
- [SSH](#ssh)
|
||||
- [nginx](#nginx)
|
||||
- [code-server](#code-server)
|
||||
- [Home Assistant](#home-assistant)
|
||||
- [Lyrion Music Server (LMS)](#lyrion-music-server-lms)
|
||||
- [Mosquitto](#mosquitto)
|
||||
- [Wyoming](#wyoming)
|
||||
- [Zigbee2mqtt](#zigbee2mqtt)
|
||||
- [Maintenance and Development](#maintenance-and-development)
|
||||
- [Docker devices](#docker-devices)
|
||||
- [Proxmox - lxc container](#proxmox---lxc-container)
|
||||
- [Operating System](#operating-system)
|
||||
- [Development, Maintenance and Deployment](#development-maintenance-and-deployment)
|
||||
@@ -46,65 +43,10 @@ Deployed and maintained by ansible role [myInfra.dev.homesrv1](#ansible-roles).
|
||||
|
||||
### nginx
|
||||
|
||||
Using portainer stack (stack name: nginx) connected to this repo. [Docker Compose](./services/nginx/docker-compose.yaml)
|
||||
[Docker Compose](./services/nginx/docker-compose.yaml)
|
||||
|
||||
All sites configurations set during docker build.
|
||||
|
||||
### code-server
|
||||
|
||||
Using [custom code-server docker image](/kb/code-server/), includes:
|
||||
|
||||
- docker-cli
|
||||
- ansible
|
||||
- ansible-lint
|
||||
|
||||
For more flexibility on bind mount, stack is maintained directly on portainer (stack name: code-server).
|
||||
|
||||
docker-compose.yml example.
|
||||
|
||||
```yaml
|
||||
version: '3'
|
||||
services:
|
||||
code-server:
|
||||
container_name: code
|
||||
image: git.limbosolutions.com/kb/code-server:latest
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=Europe/London
|
||||
- PASSWORD=${CODESERVER_PASSWORD}
|
||||
- DEFAULT_WORKSPACE=/config/workspace
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- code-server_config:/config
|
||||
- code-server_root:/root
|
||||
- has_config:/config/workspace/has/volumes/config
|
||||
- /:/mnt/hostfs
|
||||
networks:
|
||||
- code
|
||||
- reverseproxy_public
|
||||
ports:
|
||||
- 8444:8443
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
# zigbee2mqtt_data:
|
||||
# name: zigbee2mqtt_data
|
||||
# external: true
|
||||
code-server_config:
|
||||
code-server_root:
|
||||
has_config:
|
||||
name: has_app_config
|
||||
external: true
|
||||
#mosquitto_config:
|
||||
# external: true
|
||||
#mosquitto_data:
|
||||
# external: true
|
||||
networks:
|
||||
code:
|
||||
reverseproxy_public:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Home Assistant
|
||||
|
||||
[Git Repo](https://git.limbosolutions.com/marcio.fernandes/homeAssistant)
|
||||
@@ -135,9 +77,7 @@ This is an open standard of the Open Home Foundation.
|
||||
|
||||
For more information about home assistant integration [check home assistant repo](/marcio.fernandes/homeassistant#wyoming).
|
||||
|
||||
Currently using portainer stack (name: wyoming) with git reference to this repo. [docker compose file](./services/wyoming/docker-compose.yaml).
|
||||
|
||||
Gitea [Continuous deploy action](./.gitea/workflows/services.wyoming.yml)
|
||||
[docker compose file](./services/wyoming/docker-compose.yaml).
|
||||
|
||||
Links:
|
||||
|
||||
@@ -150,7 +90,6 @@ Links:
|
||||
|
||||
Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges
|
||||
|
||||
[docker compose](./services/zigbee2mqtt/docker-compose.yaml)
|
||||
|
||||
|
||||
SONOFF Universal Zigbee 3.0 USB Dongle Plus attached on [proxmox host](#proxmox---lxc-container).
|
||||
@@ -164,20 +103,7 @@ chown 100000:100020 /dev/ttyUSB0
|
||||
chown 100000:100020 /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_c0e8eeb4b38ded118e7c06f6b86ce6f8-if00-port0
|
||||
```
|
||||
|
||||
### Maintenance and Development
|
||||
|
||||
Using lazarus dev device with vscode and docker context connected to homesrv01.
|
||||
|
||||
#### Docker devices
|
||||
|
||||
```yaml
|
||||
....
|
||||
devices:
|
||||
# Make sure this matched your adapter location
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
....
|
||||
|
||||
```
|
||||
[docker compose](./services/zigbee2mqtt/docker-compose.yaml)
|
||||
|
||||
Links
|
||||
|
||||
@@ -260,9 +186,7 @@ Codename: noble
|
||||
|
||||
## Development, Maintenance and Deployment
|
||||
|
||||
Using gitea action for continuous deploys, visual studio code ([code workspace](./.code-workspace)) on my machine for maintenance and development related to hosting server, and a docker container with code server for editing docker container volumes.
|
||||
|
||||
Ansible scripts can be used locally, remotely or by gitea actions.
|
||||
Using visual studio code, docker, ansible and gitea actions.
|
||||
|
||||
### Docker context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user