19 lines
335 B
INI
19 lines
335 B
INI
[Unit]
|
|
Description=CDC demo NATS JetStream
|
|
|
|
[Container]
|
|
Image=docker.io/library/nats:2
|
|
ContainerName=cdc-nats
|
|
Network=cdc.network
|
|
PublishPort=4222:4222
|
|
PublishPort=8222:8222
|
|
Volume=cdc-nats-data.volume:/data
|
|
Exec=--debug --http_port=8222 --js --store_dir=/data
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|