Skip to content
New issue

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

Ability to add multiple Flame labels to Docker-compose #90

Closed
NoLooseEnds opened this issue Sep 18, 2021 · 0 comments · Fixed by #93
Closed

Ability to add multiple Flame labels to Docker-compose #90

NoLooseEnds opened this issue Sep 18, 2021 · 0 comments · Fixed by #93

Comments

@NoLooseEnds
Copy link

NoLooseEnds commented Sep 18, 2021

Hi, I would like to be able to add multiple labels to a docker-compose-file, running multiple services out of the same image.

Maybe it's possible to do something like this, where you are able to set an unique "middle name", and let Flame parse the first and the last or something.

ie.:

labels:
      - flame.plex.type=application # "app" works too
      - flame.plex.name=Plex
      - flame.plex.url=https://plex.${TRAEFIK_BASE_DNS}
      - flame.plex.category=Media
      - flame.plex.icon=plex # Optional, default is "docker"
      - flame.plexwebtools.type=application # "app" works too
      - flame.plexwebtools.name=Plex Web Tools
      - flame.plexwebtools.url=https://plexwebtools.${TRAEFIK_BASE_DNS}
      - flame.plexwebtools.icon=plex # Optional, default is "docker"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant