mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 12:24:31 +00:00
11 lines
262 B
YAML
11 lines
262 B
YAML
services:
|
|
nats:
|
|
image: nats:alpine
|
|
container_name: nats
|
|
restart: always
|
|
command: -c /etc/nats/nats.conf
|
|
ports:
|
|
- "4222:4222" # client port
|
|
- "8222:8222" # monitoring port
|
|
volumes:
|
|
- ./nats-leaf.conf:/etc/nats/nats.conf |