Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
usingtechnology committed Jul 12, 2024
1 parent 53bd649 commit 11db8b3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion queue/docker-compose-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,23 @@ services:
- ./config:/config
- n3-data:/data/nats-server/jetstream

natsbox:
container_name: natsbox
image: natsio/nats-box:latest
tty: true
stdin_open: true
command: sh
networks:
- nats

networks:
nats: {}
nats:
driver: bridge
ipam:
driver: default
config:
- subnet: "192.168.0.0/24"
gateway: "192.168.0.1"

volumes:
n1-data:
Expand Down

0 comments on commit 11db8b3

Please sign in to comment.