Skip to content

Commit 673a3a0

Browse files
committed
ref(nats_streams): remove the unused entrypoint
1 parent 3af4b8c commit 673a3a0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/dev/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ services:
9999
condition: service_healthy
100100
volumes:
101101
- ./nats:/mnt
102-
entrypoint: [""]
103102
command: ["bash", "/mnt/add_streams.sh"]
104103
environment:
105104
NATS_URL: nats://nats:4222

deploy/prod/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ services:
158158
environment:
159159
NATS_URL: nats://nats:4222
160160
NATS_TOKEN: ${NATS_TOKEN}
161-
entrypoint: [""]
162161
command: ["bash", "/mnt/add_streams.sh"]
163162

164163
volumes:

0 commit comments

Comments
 (0)