Skip to content

Commit

Permalink
feat: add versions for docker-compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Jul 26, 2022
1 parent 22259ac commit e4ac80e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- 27017:27017
restart: unless-stopped
api:
image: "ghcr.io/novuhq/novu/api:latest"
image: "ghcr.io/novuhq/novu/api:0.6.2"
depends_on:
- mongodb
- redis
Expand All @@ -42,7 +42,7 @@ services:
ports:
- "3000:3000"
ws:
image: "ghcr.io/novuhq/novu/ws:latest"
image: "ghcr.io/novuhq/novu/ws:0.6.2"
depends_on:
- mongodb
- redis
Expand All @@ -57,7 +57,7 @@ services:
ports:
- "3002:3002"
web:
image: "ghcr.io/novuhq/novu/web:latest"
image: "ghcr.io/novuhq/novu/web:0.6.2"
depends_on:
- api
container_name: web
Expand All @@ -69,7 +69,7 @@ services:
ports:
- 4200:4200
widget:
image: "ghcr.io/novuhq/novu/widget:latest"
image: "ghcr.io/novuhq/novu/widget:0.6.2"
depends_on:
- api
- web
Expand All @@ -83,7 +83,7 @@ services:
embed:
depends_on:
- widget
image: "ghcr.io/novuhq/novu/embed:latest"
image: "ghcr.io/novuhq/novu/embed:0.6.2"
container_name: embed
environment:
WIDGET_URL: ${WIDGET_URL}
Expand Down

0 comments on commit e4ac80e

Please sign in to comment.