Skip to content

Commit

Permalink
add condition for sync
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 23, 2024
1 parent 341f67f commit d9bad4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,13 @@ services:
timeout: 10s
retries: 3
start_period: 20s
depends_on:
postgres:
condition: service_healthy
activemq:
condition: service_healthy
alfresco:
condition: service_healthy
labels:
- "traefik.enable=true"
- "traefik.http.routers.syncservice.rule=PathPrefix(`/syncservice`)"
Expand Down

0 comments on commit d9bad4e

Please sign in to comment.