I've just purchased an intel nuc for a homelab.
I have installed ubuntu server, docker, portainer successfully.
I have containers for radarr, sonarr, lidarr, sabnzbd etc. all running on the same IP address, but different ports.
I have a free no-ip domain name (dyndns) which resolves to my main router - all working.
In my router, I have port mapping setup to get to the different services above.
I want to be able to use URLs like (either):
- http://radarr.[[domain]]
- http://[[domain]]/radarr
But I don't know how to do it with the nginx manager. I've tried to follow a couple of tutorials, but couldn't get it working properly.
I assume what I want to do is perfectly do-able, I just can't seem to crack it.
Any help?
TIA
I'm relatively new to the Docker "scene" and this looks like a really cool and simple way to manage the containers. (Looks easier than Portainer which I think is more business orientated)
Not sure if I'm missing a feature though - I already have a folder "docker" with sub folders for each container. Each container sub-folder contains a docker-compose.yml file
Is dockge able to automatically scan, import and give the option to deploy these containers?
If so, how do I do that?
I have the dockge stacks folder to be my top-level "docker" folder
TIA