Skip to content

Commit

Permalink
Update docker-compose.yml (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
subomi authored Feb 1, 2024
1 parent 4e3541d commit 167544e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
web:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
command: ["/start.sh"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -20,7 +20,7 @@ services:
- redis_server

worker:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
command: ["./cmd", "worker", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -30,7 +30,7 @@ services:
condition: service_healthy

stream:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
command: ["./cmd", "stream", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand All @@ -40,7 +40,7 @@ services:
condition: service_healthy

ingest:
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v23.11.1
image: docker.cloudsmith.io/convoy/convoy/frain-dev/convoy:v24.1.1
command: ["./cmd", "ingest", "--config", "convoy.json"]
volumes:
- ./convoy.json:/convoy.json
Expand Down

0 comments on commit 167544e

Please sign in to comment.