Setting up NATS

PHOTO EMBED

Tue Nov 21 2023 09:08:54 GMT+0000 (Coordinated Universal Time)

Saved by @GlassFlow

   nats:
    image: nats:latest
    ports:
      - "4222:4222"
    command:
      - "--debug"
      - "--http_port=8222"
      - "--js"
content_copyCOPY