Nova/docker-compose.yaml

14 lines
225 B
YAML
Raw Normal View History

2021-09-08 00:03:12 +02:00
version: "3.3"
services:
nats:
image: 'nats'
ports:
- "8222:8222"
- "4222:4222"
hostname: nats-server
2021-10-12 20:51:30 +02:00
redis:
image: 'redis'
ports:
- "6379:6379"
hostname: redis