mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 09:25:56 +03:00
[GH-ISSUE #141] Docker stack deploy multiple node container resolving #57
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FabianSchurig on GitHub (Jul 20, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/141
In #80 there was the following observation:
I think it would be cool to add support for multiple nodes. Configurable like traefik, with labels in the following way:
Thanks in advance!
@mageddo commented on GitHub (Aug 14, 2019):
Me too, the question is: I think docker wouldn't have such API to DPS use it, never did a deep search about it anyway
@FabianSchurig commented on GitHub (Aug 14, 2019):
Thanks for your answer!
I think it would be helpful to take a look on
traefikand how container registration is realized there.