We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, I would like to have Traefik as the router which sits in front of the services.
Traefik can automatically read docker labels to create a route to that service. Is there a way we can add a file in the project to specify the labels?
I'm thinking it could be something like .fx-docker-args and could read something like this
label="traefik.route.%fx_service_name.port = %fx_service_port" label="traefik.route.%fx_service_name.type = https"
So then each time the docker is redeployed it will append these to the docker up command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, I would like to have Traefik as the router which sits in front of the services.
Traefik can automatically read docker labels to create a route to that service. Is there a way we can add a file in the project to specify the labels?
I'm thinking it could be something like .fx-docker-args and could read something like this
label="traefik.route.%fx_service_name.port = %fx_service_port"
label="traefik.route.%fx_service_name.type = https"
So then each time the docker is redeployed it will append these to the docker up command.
The text was updated successfully, but these errors were encountered: