Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webhookx-x committed Sep 9, 2024
1 parent 9b1d580 commit cbefbbe
Showing 1 changed file with 2 additions and 2 deletions.
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:latest"
image: "webhookx/webhookx:0.1.0"
container_name: webhookx-migration
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand All @@ -10,7 +10,7 @@ services:
condition: service_healthy

webhookx:
image: "webhookx/webhookx:latest"
image: "webhookx/webhookx:0.1.0"
container_name: webhookx
environment:
WEBHOOKX_DATABASE_HOST: webhookx-database
Expand Down

0 comments on commit cbefbbe

Please sign in to comment.