summaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
commit005dadb342c6a79d154d3eaf5a5fbb86f3a7e641 (patch)
tree8363ea7992b6275e32e019e68678f28bfe40fdb1 /docker-compose.yaml
parenta02b25f235ba6eff33c6fd965c97071d5f112b6d (diff)
tests, cleanup & rest base
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 3fe92e0..3e8f924 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -2,9 +2,12 @@ version: "3.3"
services:
nats:
image: 'nats'
- expose:
- - "4222:422"
ports:
- "8222:8222"
- "4222:4222"
hostname: nats-server
+ redis:
+ image: 'redis'
+ ports:
+ - "6379:6379"
+ hostname: redis