mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
12 lines
280 B
YAML
12 lines
280 B
YAML
# Test overlay: exposes the S3 backend port for direct testing.
|
|
#
|
|
# Usage:
|
|
# docker compose -f docker-compose.yml -f docker-compose.rustfs.yml \
|
|
# -f ./tests/docker-compose.rustfs.test.yml up -d
|
|
#
|
|
|
|
services:
|
|
rustfs:
|
|
ports:
|
|
- "${S3_BACKEND_TEST_PORT:-9100}:9000"
|