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

use docker configs to replace bind mount configuration files #40

Open
jeremyhayes opened this issue Aug 22, 2021 · 2 comments
Open

use docker configs to replace bind mount configuration files #40

jeremyhayes opened this issue Aug 22, 2021 · 2 comments

Comments

@jeremyhayes
Copy link
Owner

When running a swarm service with configuration files, the bind mount expects the file to be available (and identical) on each node, otherwise it can only effectively run from the manager.

Impacts:

  • grafana
  • prometheus
  • traefik
@jeremyhayes
Copy link
Owner Author

@jeremyhayes
Copy link
Owner Author

Traefik has a couple challenges:

  • the acme.json is a bind-mount, but needs to be writable
  • the dynamic routes are in a mounted directory; the single-file volume didn't seem to work

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

No branches or pull requests

1 participant