Skip to content

Commit 49771fd

Browse files
committed
Revert "Usage guides: Compose: Replace non-spec scale with profiles"
This reverts commit 59dd261.
1 parent 59dd261 commit 49771fd

File tree

11 files changed

+17
-19
lines changed

11 files changed

+17
-19
lines changed

docs/integrate/amqp/compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ services:
2020

2121
lorrystream:
2222
image: ghcr.io/daq-tools/lorrystream:latest
23-
profiles: ["cli"]
23+
scale: 0
2424

2525
amqpcat:
2626
image: docker.io/cloudamqp/amqpcat:latest
27-
profiles: ["cli"]

docs/integrate/collectd/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ services:
3838

3939
psql:
4040
image: docker.io/postgres:18
41-
profiles: ["cli"]
41+
scale: 0

docs/integrate/influxdb/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ services:
2727

2828
ctk:
2929
image: ghcr.io/crate/cratedb-toolkit:latest
30-
profiles: ["cli"]
30+
scale: 0

docs/integrate/mongodb/compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ services:
2020

2121
ctk:
2222
image: ghcr.io/crate/cratedb-toolkit:latest
23-
profiles: ["cli"]
23+
scale: 0
2424

2525
mongosh:
2626
image: docker.io/mongo:latest
2727
command: mongosh
28-
profiles: ["cli"]

docs/integrate/mqtt/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ services:
2222

2323
lorrystream:
2424
image: ghcr.io/daq-tools/lorrystream:latest
25-
profiles: ["cli"]
25+
scale: 0

docs/integrate/mysql/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ services:
2222

2323
ctk-ingest:
2424
image: ghcr.io/crate/cratedb-toolkit-ingest:latest
25-
profiles: ["cli"]
25+
scale: 0

docs/integrate/opentelemetry/collector/compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ services:
4444

4545
nc:
4646
image: docker.io/toolbelt/netcat:2025-08-23
47-
profiles: ["cli"]
47+
scale: 0
4848

4949
uv:
5050
image: ghcr.io/astral-sh/uv:python3.13-trixie-slim
5151
volumes:
5252
- ./:/src
53-
- uv-cache:/root/.cache/uv
54-
profiles: ["cli"]
53+
- uv-cache:/root/.cache/uv:cached
54+
scale: 0
5555

5656
volumes:
5757
uv-cache:

docs/integrate/opentelemetry/telegraf/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ services:
2626
image: ghcr.io/astral-sh/uv:python3.13-trixie-slim
2727
volumes:
2828
- ./:/src
29-
- uv-cache:/root/.cache/uv
30-
profiles: ["cli"]
29+
- uv-cache:/root/.cache/uv:cached
30+
scale: 0
3131

3232
volumes:
3333
uv-cache:

docs/integrate/oracle/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ services:
2323
sqlplus:
2424
image: docker.io/gvenzl/oracle-free:23-slim
2525
entrypoint: sqlplus
26+
scale: 0
2627
environment:
2728
ORACLE_PASSWORD: secret
2829
volumes:
2930
- .:/demo
30-
profiles: ["cli"]
3131

3232
ctk-ingest:
3333
image: ghcr.io/crate/cratedb-toolkit-ingest:latest
34-
profiles: ["cli"]
34+
scale: 0

docs/integrate/postgresql/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ services:
2424

2525
psql:
2626
image: docker.io/postgres:latest
27-
profiles: ["cli"]
27+
scale: 0
2828

2929
ctk-ingest:
3030
image: ghcr.io/crate/cratedb-toolkit-ingest:latest
31-
profiles: ["cli"]
31+
scale: 0

0 commit comments

Comments
 (0)