Ultimate Docker Server in just 52 min: Using Docker Compose

  Рет қаралды 9,669

SmartHomeBeginner

SmartHomeBeginner

Күн бұрын

Пікірлер: 38
@blazenetwork242
@blazenetwork242 4 ай бұрын
Amazing work, keep it up! Cant wait to see your channel grow.
@clairerovic
@clairerovic 5 ай бұрын
Just changed my notification to 'ALL' - this is a magnificent video - Well Done
@Bryanluna1994
@Bryanluna1994 6 ай бұрын
Thanks for the time you take. To do this videos !!.
@marcelorruiz
@marcelorruiz 6 ай бұрын
Awesome work my friend. Thanks for all your hard work!
@AnandsLab
@AnandsLab 6 ай бұрын
Thank you. I truly enjoy doing this and feedback like yours motivates me more.
@SystemPromowania
@SystemPromowania 6 ай бұрын
AMAZING stuff! Cant wait for next level ;) 😍
@AnandsLab
@AnandsLab 6 ай бұрын
Thanks. It’s coming. One video a week is my plan. Sunday evening drop.
@azizmetchonou
@azizmetchonou 6 ай бұрын
It is finally out i have been waiting for so long
@AnandsLab
@AnandsLab 6 ай бұрын
Thanks. Sorry to keep you waiting. I have so many videos planned but so little time. The traefik v3 will come out within 2 weeks. Stayed up until 1:30 am yesterday to record that. Need to edit and upload.
@grahamstapleton3473
@grahamstapleton3473 3 ай бұрын
Fantastic video, great info realy well presented with documentation. I have been a bit caught out using the files from your repo which over time have changed a small ammount. Any chance you will be doig a video on Frigate NVR any time soon? fingers crossed. Thank again.
@harbinjar
@harbinjar 6 ай бұрын
Good video. Im going to set this up tomorrow. Thanks
@drewsweeney2333
@drewsweeney2333 6 ай бұрын
Great video. Really learned how the yml files connect with the use of .env file. I am wondering if you’ll have a video out on the Arrs, Qbittorrent and the use of a VPN in the setup?
@AnandsLab
@AnandsLab 6 ай бұрын
Thanks! Yes definitely. Its all in the plan. I hope I can find some time to do those quickly. Meanwhile, I have a good article on Qbittorrent+ Gluetun. Check it out: www.smarthomebeginner.com/gluetun-docker-guide/
@sergeibuday2719
@sergeibuday2719 Ай бұрын
Great video! I have a few questions, though. Could you explain how you automate the deployment of the UDMS from scratch? Will you do everything manually, step-by-step, as shown in your tutorial? Another question: I noticed you store all your scripts in a GitHub repository. How do you transfer those scripts locally to the LXC container? Also, if your Docker Compose files require sensitive information, how do you populate the .env files with the necessary secrets?
@waRraFug
@waRraFug 6 ай бұрын
Hey man, thanks for all your time and effort! Please let us know what terminal manager you are using? "UDMS" in your task bar. Cheers and thanks!
@AnandsLab
@AnandsLab 6 ай бұрын
Thanks! I use MobaXterm. I should have put the name on the screen. I did not get your "UDMS" comment. What do you mean?
@benjaminwingard903
@benjaminwingard903 6 ай бұрын
@@AnandsLab I believe what is being refered to is the Session Name.
@evanmarshall9498
@evanmarshall9498 Ай бұрын
Great video!! Is rclone only for remote media? What would you set DATADIR= if it was a local drive or local drive pool?
@AnandsLab
@AnandsLab Ай бұрын
I answered you. But it is much easier for you. Just point DATADIR to your media folder.
@SystemPromowania
@SystemPromowania 6 ай бұрын
best in class tutorial :) subscribbed
@AnandsLab
@AnandsLab 6 ай бұрын
Thanks!😊
@TheMrmaxno
@TheMrmaxno 6 ай бұрын
Hi, I really like your content. I am wondering whether you have a video how to backup the docker persistence volumes, it would be a really great to cover the issue. Just an my example: I keep my docker persistence volumes outside the VM with Debian (proxmox has NFS server and this disk is mounted to VM via NFS). I do use a script that stops all containers, runs the rsync to backup the data of the volumes and starts the containers, but I would love to learn and take to account any other approaches. Thank you in advance
@AnandsLab
@AnandsLab 6 ай бұрын
If you are on proxmox, why not just backup the VM? Also, why not LXC? I highly recommend Proxmox Backup Server. It does incremental backup (unlike regular backup done by Proxmox) and so you can even set it to backup every hour and only the changes are backed up. On top of this, I also have a similar approach as yours but with tar backups. But I have all my files in my Proxmox LXC and not on the host.
@TheMrmaxno
@TheMrmaxno 6 ай бұрын
@@AnandsLab hi, I am not so familiar with LXC constraints, not sure if all my containers support such kind of installation. As I said all volumes data are outside VM and it's mounted inside VM with NFS, so l can't to backup it with VM backup. I found it easier to manage, with the approach VM could take 20+30Gb for OS and soft like docker, but containers volumes take extra 20-40gb (plex cache, mariadb etc). Not sure how common the way is, but I like this one, and I am looking for ideas how to manage that and or other way
@REALTALKEUGENELANE
@REALTALKEUGENELANE 2 ай бұрын
the folders dont show up from my nas 920
@REALTALKEUGENELANE
@REALTALKEUGENELANE 2 ай бұрын
i can't get passed the socket stack it want load
@reyastaroth
@reyastaroth 6 ай бұрын
Hello Anand!! How are you?, when you configure the .env file and copy all the user variables, timezone, docker directory... In data dir I have it distributed in two directories: Within rclone I have a truenas server directory where I have the multimedia and another synology directory where I have the downloads. How can I put two directories in said configuration?
@AnandsLab
@AnandsLab 6 ай бұрын
Good and hope the same. You can create two variables: DATADIR1 (TrueNAS) and DATADIR2 (Synology). For your docker contaners you will mount the volumes as: - DATADIR1/media:/data/media1 - DATADIR2/media:/data/media2 So inside the container (e.g. Jellyfin) all media will be inside /data folder. If any issues, reach out on our Discord.
@spacecookie01
@spacecookie01 5 ай бұрын
Hey quick question man, why do you use Jackett and not Prowlarr?
@AnandsLab
@AnandsLab 5 ай бұрын
Hey! That picture was a few years old. I do not use Jackett anymore. If you check my github, you will see the current apps I use. github.com/htpcBeginner/docker-traefik
@theboxdudeph
@theboxdudeph 4 ай бұрын
i found a notable problem in the portainer section. I got the portainer YML from your repo and inside, it used the EE version and not the CE. I ran it and when i try to create a portainer user it asks me to register which I don't want to do. So I stopped the docker compose and changed the YML to download CE instead. but when i docker compose UP; portainer will not start. Checked online if there is a way to downgrade and it is a bit length process. basically 3hrs of following the guide and now I have to go back to the beginning.
@AnandsLab
@AnandsLab 4 ай бұрын
You have to downgrade what? I point this out. The fix is easy, you delete portainer persistent storage in appdata folder and portainer images. This should fix accidental mistakes.
@theboxdudeph
@theboxdudeph 4 ай бұрын
@@AnandsLab thank you that worked. your fast response is really appreciated
@AnandsLab
@AnandsLab 4 ай бұрын
Glad it worked. You should also have seen the instructions to downgrade in the portainer container logs, pointing to this portal.portainer.io/knowledge/can-i-downgrade-from-portainer-business-to-portainer-ce
@REALTALKEUGENELANE
@REALTALKEUGENELANE 2 ай бұрын
i will keep going but i need help thank you
Simplify Docker, Docker Compose, and Linux Commands with Bash Aliases
13:58
SmartHomeBeginner
Рет қаралды 1,6 М.
Best Docker Containers in 2024
12:43
VirtualizationHowto
Рет қаралды 151 М.
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,4 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 26 МЛН
Docker on Proxmox LXC 🚀 Zero Bloat and Pure Performance!
20:53
SmartHomeBeginner
Рет қаралды 60 М.
Rclone SMB Mount on Ubuntu/LXC - 💪The Power of Caching
20:32
SmartHomeBeginner
Рет қаралды 10 М.
HackTheBox - PermX (Live Hacking Walkthrough)
55:57
Max Che
Рет қаралды 458
Master Traefik 3 in 60 min: Best Docker Reverse Proxy
56:39
SmartHomeBeginner
Рет қаралды 25 М.
This Docker Compose UI is amazing! // Dockge
13:08
Christian Lempa
Рет қаралды 109 М.
Best Docker Container Server Setup // Docker Swarm, CephFS, and Portainer
23:06
Deployarr 5 Intro: Docker Homelab in Minutes🚀
19:58
SmartHomeBeginner
Рет қаралды 10 М.