Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-compose-clustering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
command: "--appendonly yes --appendfsync everysec"

webhookx-migration:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
container_name: webhookx-migration
environment:
WEBHOOKX_DATABASE_HOST: postgres
Expand All @@ -29,7 +29,7 @@ services:
condition: service_healthy

webhookx-cp:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
environment:
WEBHOOKX_DATABASE_HOST: postgres
WEBHOOKX_DATABASE_USERNAME: webhookx
Expand All @@ -46,7 +46,7 @@ services:
condition: service_started

webhookx-dp-gateway:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
environment:
WEBHOOKX_DATABASE_HOST: postgres
WEBHOOKX_DATABASE_USERNAME: webhookx
Expand All @@ -69,7 +69,7 @@ services:
condition: service_started

webhookx-dp-worker:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
environment:
WEBHOOKX_DATABASE_HOST: postgres
WEBHOOKX_DATABASE_USERNAME: webhookx
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
webhookx-migration:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
container_name: webhookx-migration
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand All @@ -13,7 +13,7 @@ services:
condition: service_healthy

webhookx:
image: "webhookx/webhookx:1.0.0"
image: "webhookx/webhookx:1.0.1"
container_name: webhookx
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand Down
2 changes: 1 addition & 1 deletion openapi-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 1.0.0
version: 1.0.1

servers:
- url: http://localhost:9602
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 1.0.0
version: 1.0.1

servers:
- url: http://localhost:9601
Expand Down