diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-10-12 22:51:30 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-10-12 22:51:30 +0400 |
| commit | 005dadb342c6a79d154d3eaf5a5fbb86f3a7e641 (patch) | |
| tree | 8363ea7992b6275e32e019e68678f28bfe40fdb1 /docker-compose.yaml | |
| parent | a02b25f235ba6eff33c6fd965c97071d5f112b6d (diff) | |
tests, cleanup & rest base
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 7 |
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 |
