test_tasks
/
ffmpeger
Archived
1
0
Fork 0
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
ffmpeger/docker-compose.yaml

14 lines
228 B
YAML

version: "3.7"
services:
nats:
image: "nats:1.4.1"
command: "-c gnatsd.conf -DV"
ports:
# Clients.
- "14222:4222"
# Clustering.
- "16222:6222"
# HTTP management.
- "18222:8222"