YuukanOO / seelf

Lightweight self-hosted deployment platform written in Go
https://yuukanoo.github.io/seelf/
GNU General Public License v3.0
212 stars 7 forks source link

Always add the traefik label to map the port #26

Closed YuukanOO closed 1 year ago

YuukanOO commented 1 year ago

Some images do not use the EXPOSE instruction in a Dockerfile and without it, Traefik do not know how to forward the traffic to the container.

Since seelf rely on the port being defined in a compose file, we could easily add the needed label "traefik.http.services.service_name.loadbalancer.server.port=80" to prevent unreachable services.

YuukanOO commented 1 year ago

:tada: This issue has been resolved in version 1.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: