Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions infrastructure/local/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- sensory-gateway

coreason-runtime:
image: ghcr.io/coreason/coreason-runtime:latest
image: ghcr.io/coreason-ai/coreason-runtime:0.39.0
restart: on-failure
deploy:
resources:
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
- swarm-mesh

redpanda-connect:
image: redpandadata/connect:4.30.0
image: redpandadata/connect:latest
restart: on-failure
deploy:
resources:
Expand All @@ -206,7 +206,7 @@ services:
- sensory-gateway

coreason-master-gateway:
image: ghcr.io/coreason/coreason-master-gateway:latest
image: ghcr.io/coreason-ai/coreason-ecosystem:0.32.0
restart: on-failure
deploy:
resources:
Expand Down
Loading