diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 02:03:12 +0400 | 
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-08 02:03:12 +0400 | 
| commit | 893432ca9b24343fc897398aaf46e9866cb92ac9 (patch) | |
| tree | a61c465049ee9718ccc66debfd291989c0b1fad0 /docker-compose.yaml | |
| parent | 91f9396d8232af25beef2bfde184fba841dd5dcb (diff) | |
cargo
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..790c5b0 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,10 @@ +version: "3.3" +services: +  nats: +      image: 'nats' +      expose: +        - "4222" +      ports: +        - "8222:8222" +        - "4222:4222" +      hostname: nats-server
\ No newline at end of file  | 
