Skip to content

Commit

Permalink
Merge pull request #892 from DependencyTrack/compose-image-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
VinodAnandan authored Nov 2, 2023
2 parents 93e7d63 + 29d5326 commit 937d9fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
notification-publisher:
image: ghcr.io/dependencytrack/hyades-notification-publisher:0.1.5
image: ghcr.io/dependencytrack/hyades-notification-publisher:latest
depends_on:
- postgres
- redpanda
Expand All @@ -20,7 +20,7 @@ services:
restart: unless-stopped

repo-meta-analyzer:
image: ghcr.io/dependencytrack/hyades-repository-meta-analyzer:0.1.5
image: ghcr.io/dependencytrack/hyades-repository-meta-analyzer:latest
depends_on:
- postgres
- redpanda
Expand All @@ -42,7 +42,7 @@ services:
restart: unless-stopped

vuln-analyzer:
image: ghcr.io/dependencytrack/hyades-vulnerability-analyzer:0.1.5
image: ghcr.io/dependencytrack/hyades-vulnerability-analyzer:latest
depends_on:
- postgres
- redpanda
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
restart: unless-stopped

mirror-service:
image: ghcr.io/dependencytrack/hyades-mirror-service:0.1.5
image: ghcr.io/dependencytrack/hyades-mirror-service:latest
depends_on:
- postgres
- redpanda
Expand All @@ -88,7 +88,7 @@ services:
restart: unless-stopped

apiserver:
image: ghcr.io/dependencytrack/hyades-apiserver:5.1.0
image: ghcr.io/dependencytrack/hyades-apiserver:latest
container_name: dt-apiserver
depends_on:
- postgres
Expand Down Expand Up @@ -121,7 +121,7 @@ services:
restart: unless-stopped

frontend:
image: dependencytrack/frontend:4.9.0
image: dependencytrack/frontend:4.9.1
container_name: dt-frontend
environment:
API_BASE_URL: "http://localhost:8080"
Expand Down

0 comments on commit 937d9fa

Please sign in to comment.