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

Support Docker Swarm #198

Open
JackMorganNZ opened this issue Jan 25, 2022 · 0 comments
Open

Support Docker Swarm #198

JackMorganNZ opened this issue Jan 25, 2022 · 0 comments

Comments

@JackMorganNZ
Copy link

Kia ora,

The project currently requires a .env file for reading in configuration values, however this doesn't suit deployment onto Docker Swarm. It would be great if the application could read Docker Swarm secret and config values, and come with a provided stack file.

I'm currently trying to add this as a service to our existing swarm, however I am realising it cannot do this currently, and am still figuring out if this is useful feature to implement (would be happy to make a PR for it when I have time). Also need to consider running one off management commands in this environment.

Is this a feature you would be willing to add? Or is there a reason I haven't considered?

Extra context: In my situation I am adding this as a service behind a Traefik reverse proxy, so I believe there could be an eventual solution where only a stack YAML file is required (which I can version control) after the secrets and config values are loaded into the swarm (since Nginx wouldn't be required).

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