Caddy Docker with Immich and Authentik

Hi, sorry for the basic question. I'm new to using Caddy, Immich, and Authentik.

I have everything localhost in Docker containers. Immich and Authentik containers were able to communicate with each other by container names, but Immich wants a full URL instead of a container name. So I figured I'd give Caddy a first-time try for myself.

Everything is part of the same Docker network.

I'm so confused how to setup the Caddy file.

immich.local:2283 {
        reverse_proxy localhost:2283
        file_server browse
}


authentik.local:9443 {
        reverse_proxy localhost:9443
        file_server browse
}
Was this page helpful?