-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hi folks,
I'm trying to run NATS as a service in GitHub Actions, but I can't get it to run correctly somehow. Here's how I'm running it, with a few health check options that I added after I noticed that the service was unreachable:
nats:
image: nats
options: >-
--health-cmd "nats account info"
--health-interval 2s
--health-timeout 2s
--health-retries 2
ports:
- 4222:4222
- 6222:6222
- 8222:8222Does anyone spot anything wrong with the block above? Even if I leave out the health check, I just can't access it using hostname nats, and with the health check it just fails hard when spawning the container.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels