traefik-container-manager icon indicating copy to clipboard operation
traefik-container-manager copied to clipboard

Start docker containers on requests and stop them after a timeout

Results 4 traefik-container-manager issues
Sort by recently updated
recently updated
newest added

It would be great as a feature to be able to define a waiting page while waiting for the service to start, if we have docker containers that take time...

using the available information, configured servcie manager: image: adyanth/traefik-container-manager-service expose: - 10000 volumes: - '/var/run/docker.sock:/var/run/docker.sock' networks: t2_proxy: labels: - traefik.enable=true - traefik.http.routers.manager.entrypoints=http - traefik.http.routers.manager.rule=HostRegexp(`{host:.+}`) - traefik.http.routers.manager.priority=1 - traefik.http.middlewares.manager.errors.status=404 - traefik.http.middlewares.manager.errors.service=manager...

If none of the services are tagged, need to return a 404. Especially to be used in generic-container-manager.

Right now, it is at 1 second, which is not sufficient for all use cases. https://github.com/adyanth/traefik-container-manager/blob/e9e502427f620eb89782ef61595641dfc2c6e369/manager.go#L102