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

[Bug]: Adding the custom command --jetstream for NATS not possible #3428

Open
1 of 2 tasks
SpuriousGer opened this issue Sep 13, 2024 · 2 comments
Open
1 of 2 tasks

Comments

@SpuriousGer
Copy link

Description

It's not possible to use custom run flags with Docker images using Coolify at the moment with the exception of very specific ones. This makes Coolify a very limited approach for such use cases.

Minimal Reproduction (if possible, example repository)

  1. Create a new service Docker based
  2. use image nats with tage latest
  3. Custom Docker Options: --jetstream
  4. Using the NATS CLI run nats server check jetstream --context nats001

Exception or Error

CRITICAL JetStream Crit:JetStream not available: context deadline exceeded

Version

v4.0.0-beta.335

Cloud?

  • Yes
  • No
@SpuriousGer
Copy link
Author

image
Here is a screenshot of my current config.

@amerkestijn
Copy link
Contributor

We have a workaround by mounting (storage) to the nats-server.conf file and loading in our own config.
The custom docker option is not working and I don't know why (yet).

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

2 participants