feat: nats volume with persistent storage

This commit is contained in:
leandrofars 2024-04-16 16:38:46 -03:00
parent 22fe747f76
commit 9ff737855e
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ services:
- 4222:4222 - 4222:4222
- 8222:8222 - 8222:8222
command: -n oktopus -m 8222 -js command: -n oktopus -m 8222 -js
volumes:
- ./nats_data:/tmp/nats/jetstream
networks: networks:
usp_network: usp_network:
ipv4_address: 172.16.235.2 ipv4_address: 172.16.235.2

View File