-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
🔨 enhancementNew feature or requestNew feature or request
Milestone
Description
Traefik supports specifying configuration within the docker-compose file.
pilot:
token: test
# compose.yml
traefik:
image: traefik
labels:
traefik.pilot.token: testThis would be great for blocky and would eliminate the need for maintaining a separate config file.
EDIT: Setting configuration via environment variables is a better fit rather than Docker labels.
Metadata
Metadata
Assignees
Labels
🔨 enhancementNew feature or requestNew feature or request