How to install Harbor behind the Traefik proxy

Hi all

I would like to install Harbor behind Traefik proxy. The problem is, I can not do it with docker-compose because Harbor provides only installation script.

After the Harbor is installed, it exposes the following ports:

CONTAINER ID        IMAGE                                                     COMMAND                  CREATED             STATUS                PORTS                                                                 NAMES
08a6778e3da7        goharbor/nginx-photon:v1.10.1                             "nginx -g 'daemon of…"   2 days ago          Up 2 days (healthy)   0.0.0.0:4443->4443/tcp, 0.0.0.0:80->8080/tcp, 0.0.0.0:443->8443/tcp   nginx

How to run the container nginx behind Traefik proxy?

Thanks

Did you ever get this working ?

I got everything running, but having problems doing auth.