Skip to content

Commit 6b38e3b

Browse files
refactor: move docker-compose.rustfs.yml to docker/
Per review feedback — docker/ is a better home than repo root since this is useful beyond just e2e/playwright testing. Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
1 parent 913b49c commit 6b38e3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# and integration testing.
77
#
88
# Usage:
9-
# docker compose -f docker-compose.rustfs.yml up -d
9+
# docker compose -f docker/docker-compose.rustfs.yml up -d
1010
#
1111
# S3 API: http://localhost:9000
1212
# Console: http://localhost:9001

samples/pipelines/dynamic/moq_s3_archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# without any extra splitter node.
1515
#
1616
# Requires:
17-
# - S3-compatible endpoint (e.g. RustFS via docker-compose.rustfs.yml)
17+
# - S3-compatible endpoint (e.g. RustFS via docker/docker-compose.rustfs.yml)
1818
# - Set SK_S3_ACCESS_KEY and SK_S3_SECRET_KEY env vars
1919

2020
name: MoQ Broadcast + S3 Archive

samples/pipelines/oneshot/transcode_to_s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the result to S3-compatible object storage.
99
#
1010
# Requires:
11-
# - S3-compatible endpoint (e.g. RustFS via docker-compose.rustfs.yml)
11+
# - S3-compatible endpoint (e.g. RustFS via docker/docker-compose.rustfs.yml)
1212
# - Set SK_S3_ACCESS_KEY and SK_S3_SECRET_KEY env vars
1313

1414
name: Transcode to S3 (Ogg → MP4)

samples/pipelines/oneshot/tts_to_s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Requires:
1111
# - kokoro native plugin (just install-plugin kokoro)
12-
# - S3-compatible endpoint (e.g. RustFS via docker-compose.rustfs.yml)
12+
# - S3-compatible endpoint (e.g. RustFS via docker/docker-compose.rustfs.yml)
1313
# - Set SK_S3_ACCESS_KEY and SK_S3_SECRET_KEY env vars
1414

1515
name: TTS to S3 (Kokoro)

0 commit comments

Comments
 (0)