Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Jun 30, 2024
1 parent 0eb540b commit 061d9ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/deploy/docker/templates/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,17 @@ services:
- nats
container_name: ${_Values_root_name}-nats
image: nats:2.10.16
command:
- -jetstream
restart: 'no'
ports:
- 4222:4222
- 6222:6222
- 8222:8222
networks:
- ${_Values_root_name}-net
volumes:
- natsdata:/tmp/nats/jetstream

nginx:
container_name: ${_Values_root_name}-nginx
Expand All @@ -125,6 +129,7 @@ volumes:
tmp:
applogs:
rabbitdata:
natsdata:

networks:
event-dispatcher-service-net:
Expand Down

0 comments on commit 061d9ff

Please sign in to comment.