Skip to content

Commit 4c7cba5

Browse files
committed
Move service specific containers to relative dir
1 parent bdf02cc commit 4c7cba5

25 files changed

+14
-12
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
include:
33
- ./services/mongodb/compose.yaml
4-
- ./services/backend${BE_VERSION:-v4}/compose.yaml
4+
- ./services/backend/compose.yaml
55
- ./services/frontend/compose.yaml
66
- ./services/searchapi/compose.yaml
77
- ./services/proxy/compose.yaml

services/backend/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- ./services/${BE_VERSION:-v4}/compose.yaml
File renamed without changes.

services/backendv3/compose.jobs.yaml renamed to services/backend/services/v3/compose.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include:
2-
- ../rabbitmq/compose.yaml
3-
- ../archivemock/compose.yaml
2+
- ./services/rabbitmq/compose.yaml
3+
- ./services/archivemock/compose.yaml
44

55
services:
66
backend:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include:
2+
- path:
3+
- ./compose.base.yaml
4+
- ../../..${JOBS_ENABLED:+/backend/services/v3}/compose${JOBS_ENABLED:+.jobs}.yaml
File renamed without changes.

services/backendv4/compose.elastic.yaml renamed to services/backend/services/v4/compose.elastic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include:
2-
- ../elastic/compose.yaml
2+
- ./services/elastic/compose.yaml
33

44
services:
55
backend:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include:
2+
- path:
3+
- ./compose.base.yaml
4+
- ../../..${ELASTIC_ENABLED:+/backend/services/v4}/compose${ELASTIC_ENABLED:+.elastic}.yaml

services/backendv3/compose.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

services/backendv4/compose.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)