Files
rustfs-s3-toolkit/docker/.env
2025-09-28 21:07:29 +08:00

22 lines
375 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 这台业务节点在 Tailscale 上的 IP
SERVICE_IP=100.64.0.27
# 端口
PORT_RUSTFS=9000
PORT_MCP=9009
# Consul主集群信息
CONSUL_SERVER_IP=100.64.0.1
CONSUL_DC=dc1
# 服务名(建议分开,避免混入)
SVC_RUSTFS=rustfs
SVC_MCP=rustfs-toolkit
# 域名Caddy 用)
DOMAIN_RUSTFS=rfs.jmsu.top
DOMAIN_MCP=mcp.jmsu.top
NODE_NAME=rustfs-100-64-0-27