Skip to content

Commit 81033de

Browse files
committed
use latest images in docker-compose
1 parent 0be81e5 commit 81033de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/docker/compose-cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
seq-db-proxy:
5-
image: ghcr.io/ozontech/seq-db:v0.61.0
5+
image: ghcr.io/ozontech/seq-db:latest
66
ports:
77
- "9002:9002" # Default HTTP port
88
- "9004:9004" # Default gRPC port
@@ -16,7 +16,7 @@ services:
1616
- ./config-cluster.yaml:/configs/config.yaml
1717
- ./mappings.yaml:/configs/mappings.yaml
1818
seq-db-store:
19-
image: ghcr.io/ozontech/seq-db:v0.61.0
19+
image: ghcr.io/ozontech/seq-db:latest
2020
command:
2121
--mode=store
2222
--config=/configs/config.yaml

deployment/docker/compose-single.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
seq-db:
5-
image: ghcr.io/ozontech/seq-db:v0.61.0
5+
image: ghcr.io/ozontech/seq-db:latest
66
ports:
77
- "9002:9002" # Default HTTP port
88
- "9004:9004" # Default gRPC port

0 commit comments

Comments
 (0)