Skip to content

Commit

Permalink
Keep x-develop for better compat with older compose versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhane committed Nov 1, 2023
1 parent 0d9ddd3 commit c328334
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
develop:
x-develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
develop:
x-develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
develop:
x-develop:
watch:
- action: rebuild
path: .
Expand Down Expand Up @@ -178,7 +178,7 @@ services:
condition: service_healthy
pull-model:
condition: service_completed_successfully
develop:
x-develop:
watch:
- action: rebuild
path: .
Expand All @@ -193,7 +193,7 @@ services:
front-end:
build:
dockerfile: front-end.Dockerfile
develop:
x-develop:
watch:
- action: sync
path: ./front-end
Expand Down

0 comments on commit c328334

Please sign in to comment.