Skip to content

Commit

Permalink
[skip ci] updating compose and versioning file
Browse files Browse the repository at this point in the history
Signed-off-by: nathanmartinszup <[email protected]>
  • Loading branch information
nathanmartinszup committed Jul 15, 2021
1 parent a0043c6 commit d95e33b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .semver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alpha: 0
beta: 0
rc: 0
release: v2.16.0
release: v2.16.1
16 changes: 8 additions & 8 deletions deployments/compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
options:
max-size: 10m
horusec-messages:
image: horuszup/horusec-messages:v2.16.0
image: horuszup/horusec-messages:v2.16.1
ports:
- "8002:8002"
depends_on:
Expand All @@ -89,7 +89,7 @@ services:
HORUSEC_SMTP_PORT: "2525"
HORUSEC_EMAIL_FROM: "[email protected]"
horusec-auth:
image: horuszup/horusec-auth:v2.16.0
image: horuszup/horusec-auth:v2.16.1
ports:
- "8006:8006"
- "8007:8007"
Expand Down Expand Up @@ -129,7 +129,7 @@ services:
HORUSEC_BROKER_PASSWORD: "guest"
HORUSEC_DISABLE_EMAILS: "true"
horusec-core:
image: horuszup/horusec-core:v2.16.0
image: horuszup/horusec-core:v2.16.1
ports:
- "8003:8003"
depends_on:
Expand All @@ -149,7 +149,7 @@ services:
HORUSEC_DATABASE_SQL_LOG_MODE: "false"
HORUSEC_GRPC_AUTH_URL: "horusec-auth:8007"
horusec-analytic:
image: horuszup/horusec-analytic:v2.16.0
image: horuszup/horusec-analytic:v2.16.1
ports:
- "8005:8005"
depends_on:
Expand All @@ -168,7 +168,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest"
HORUSEC_BROKER_PASSWORD: "guest"
horusec-api:
image: horuszup/horusec-api:v2.16.0
image: horuszup/horusec-api:v2.16.1
ports:
- "8000:8000"
depends_on:
Expand All @@ -187,7 +187,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest"
HORUSEC_BROKER_PASSWORD: "guest"
horusec-vulnerability:
image: horuszup/horusec-vulnerability:v2.16.0
image: horuszup/horusec-vulnerability:v2.16.1
ports:
- "8001:8001"
depends_on:
Expand All @@ -205,7 +205,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest"
HORUSEC_BROKER_PASSWORD: "guest"
horusec-webhook:
image: horuszup/horusec-webhook:v2.16.0
image: horuszup/horusec-webhook:v2.16.1
ports:
- "8004:8004"
depends_on:
Expand All @@ -223,7 +223,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest"
HORUSEC_BROKER_PASSWORD: "guest"
horusec-manager:
image: horuszup/horusec-manager:v2.16.0
image: horuszup/horusec-manager:v2.16.1
ports:
- "8043:8080"
restart: always
Expand Down

0 comments on commit d95e33b

Please sign in to comment.