Skip to content

Commit 3af4b8c

Browse files
committed
fix(deploy): use custom natscli image
1 parent 6833beb commit 3af4b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/dev/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
interval: 3s
9393

9494
nats_streams:
95-
image: bitnami/natscli:0.2.3-debian-12-r4
95+
image: n255/natscli:0.3.0-bookworm-slim
9696
container_name: ttt-nats-streams
9797
depends_on:
9898
nats:

deploy/prod/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ services:
146146
interval: 3s
147147

148148
nats_streams:
149-
image: bitnami/natscli:0.2.3-debian-12-r4
149+
image: n255/natscli:0.3.0-bookworm-slim
150150
container_name: ttt-nats-streams
151151
depends_on:
152152
nats:

0 commit comments

Comments
 (0)