Skip to content

Commit

Permalink
chore: update docker compose images
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Sep 11, 2023
1 parent 5d3922b commit 4fc7c5d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/api:0.17.1
image: ghcr.io/novuhq/novu/api:0.18.0
name: api
ports:
- containerPort: 3000
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/embed-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/embed:0.17.1
image: ghcr.io/novuhq/novu/embed:0.18.0
name: embed
ports:
- containerPort: 4701
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/web:0.17.1
image: ghcr.io/novuhq/novu/web:0.18.0
name: web
ports:
- containerPort: 4200
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/widget-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/widget:0.17.1
image: ghcr.io/novuhq/novu/widget:0.18.0
name: widget
ports:
- containerPort: 4500
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/worker:0.17.1
image: ghcr.io/novuhq/novu/worker:0.18.0
name: worker
ports:
- containerPort: 3004
2 changes: 1 addition & 1 deletion docker/kubernetes/kustomize/ws-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- envFrom:
- configMapRef:
name: novu-env
image: ghcr.io/novuhq/novu/ws:0.17.1
image: ghcr.io/novuhq/novu/ws:0.18.0
name: ws
ports:
- containerPort: 3002
12 changes: 6 additions & 6 deletions docker/local/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
ports:
- 27017:27017
api:
image: 'ghcr.io/novuhq/novu/api:0.17.1'
image: 'ghcr.io/novuhq/novu/api:0.18.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
ports:
- '3000:3000'
worker:
image: 'ghcr.io/novuhq/novu/worker:0.17.1'
image: 'ghcr.io/novuhq/novu/worker:0.18.0'
depends_on:
- mongodb
- redis
Expand Down Expand Up @@ -93,7 +93,7 @@ services:
NEW_RELIC_APP_NAME: ${NEW_RELIC_APP_NAME}
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
ws:
image: 'ghcr.io/novuhq/novu/ws:0.17.1'
image: 'ghcr.io/novuhq/novu/ws:0.18.0'
depends_on:
- mongodb
- redis
Expand All @@ -117,7 +117,7 @@ services:
ports:
- '3002:3002'
web:
image: 'ghcr.io/novuhq/novu/web:0.17.1'
image: 'ghcr.io/novuhq/novu/web:0.18.0'
depends_on:
- api
- worker
Expand All @@ -137,7 +137,7 @@ services:
ports:
- 4200:4200
widget:
image: 'ghcr.io/novuhq/novu/widget:0.17.1'
image: 'ghcr.io/novuhq/novu/widget:0.18.0'
depends_on:
- api
- worker
Expand All @@ -159,7 +159,7 @@ services:
embed:
depends_on:
- widget
image: 'ghcr.io/novuhq/novu/embed:0.17.1'
image: 'ghcr.io/novuhq/novu/embed:0.18.0'
container_name: embed
restart: unless-stopped
logging:
Expand Down

0 comments on commit 4fc7c5d

Please sign in to comment.