Comment on Adding services to an existing Docker nginx container

N0x0n@lemmy.ml ⁨8⁩ ⁨months⁩ ago

This how I do it, not saying it’s the best way, but serves me well :).

For each type of application, 1 docker-compose.yaml. This will have all linked containers in 1 file but all your different applications are seperate !

Every application in it’s respective folder.

Everything is behind an application proxy (traefik in my case) and served with self-signed certificate.

I access all my apps through their domain name on my LAN with wireguard.

source
Sort:hotnewtop