This docker compose looks amazing, only think missing is able to use a certificate instead of it generating its own certificate can the command caddy reverse-proxy also have info about the certificate file it should use caddy: image: caddy:2.4.3-alpine restart: unless-stopped command: caddy reverse-proxy --from https://my-domain.com:443 --to http://my-app:3000 ports: - 80:80 - 443:443