Skip to content

Commit

Permalink
commented webhook-migrate block in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cauta committed Apr 15, 2024
1 parent a40d496 commit cfea753
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,17 @@ services:
aliases:
- postgres

webhook-migrate:
extends:
file: docker-compose-wh.yml
service: webhook-migrate
depends_on:
postgres:
condition: service_healthy
networks:
crypitor-network:
aliases:
- webhook-migrate
# webhook-migrate:
# extends:
# file: docker-compose-wh.yml
# service: webhook-migrate
# depends_on:
# postgres:
# condition: service_healthy
# networks:
# crypitor-network:
# aliases:
# - webhook-migrate

webhook-worker:
extends:
Expand Down

0 comments on commit cfea753

Please sign in to comment.