Skip to content

Support Docker env variables based configuration #375

@agneevX

Description

@agneevX

Traefik supports specifying configuration within the docker-compose file.

pilot:
  token: test

# compose.yml
traefik:
  image: traefik
  labels:
    traefik.pilot.token: test

This 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

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions