yt-function-sdk-go/docker-compose.yml

14 lines
207 B
YAML
Raw Permalink Normal View History

2022-10-23 20:12:23 +03:00
version: "3.9"
services:
nats:
2022-11-30 14:24:24 +03:00
image: nats:2.9.8-scratch
2022-10-23 20:12:23 +03:00
ports:
- "4222:4222"
- "8222:8222"
#command: "--http_port 8222 "
2022-10-28 13:46:43 +03:00
networks: [ "nats" ]
2022-10-23 20:12:23 +03:00
networks:
nats:
2022-10-28 13:46:43 +03:00
name: nats