This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Commit 50c160f
committed
refactor: pull xqueue service def into main docker-compose.yml
It was once separated out because the idea of DEFAULT_SERVICES
and a generalized `dev.up.*` command hadn't been developed, so
everything in docker-compose.yml was always started. This is no
longer the case (the Registrar extra service exists in
docker-compose.yml yet isn't started by default).
So, the separation of docker-compose-xqueue.yml is just confusing.
Furthermore, by pulling xqueue and xqueue_consumer into
docker-compose.yml, we can properly define mysql57 as its
dependency.1 parent 3199c8f commit 50c160f
3 files changed
Lines changed: 28 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
461 | 489 | | |
462 | 490 | | |
463 | 491 | | |
| |||
0 commit comments