veerendra2 / raspberrypi-homeserver

A collection of applications and tools to make awesome Raspberry Pi homerserver
https://veerendra2.github.io/posts/home-server-setup/
Apache License 2.0
70 stars 5 forks source link

Yacht vs Portainer #1

Closed veerendra2 closed 2 years ago

veerendra2 commented 2 years ago
veerendra2 commented 2 years ago

Yacht

image

$ docker volume create yacht
docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yach
veerendra2 commented 2 years ago

Portainer: Can't deploy app from docker-compose.yml located in /var/lib/docker/volumes/portainer_data/_data/compose unlike Yacht(https://yacht.sh/docs/Projects/Projects) https://github.com/portainer/portainer/issues/7688

veerendra2 commented 2 years ago

Portainer basic authentication links

veerendra2 commented 2 years ago

Finally choose to deploy portainer as portainer has more pros and mature project

veerendra2 commented 1 year ago
veerendra2 commented 1 year ago

https://github.com/veerendra2/raspberrypi-homeserver/issues/30