forked from kxn/codex-remote-feishu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
21 lines (21 loc) · 718 Bytes
/
Copy pathcompose.yml
File metadata and controls
21 lines (21 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
relayd:
image: codex-remote-feishu-relayd:local
build:
context: ../..
dockerfile: deploy/docker/Dockerfile
restart: unless-stopped
environment:
RELAY_HOST: ${RELAY_HOST:-0.0.0.0}
RELAY_PORT: ${RELAY_PORT:-9500}
RELAY_API_HOST: ${RELAY_API_HOST:-0.0.0.0}
RELAY_API_PORT: ${RELAY_API_PORT:-9501}
FEISHU_APP_ID: ${FEISHU_APP_ID:-}
FEISHU_APP_SECRET: ${FEISHU_APP_SECRET:-}
FEISHU_USE_SYSTEM_PROXY: ${FEISHU_USE_SYSTEM_PROXY:-false}
HTTP_PROXY: ${HTTP_PROXY:-}
HTTPS_PROXY: ${HTTPS_PROXY:-}
ALL_PROXY: ${ALL_PROXY:-}
ports:
- "127.0.0.1:${RELAY_PORT:-9500}:9500"
- "127.0.0.1:${RELAY_API_PORT:-9501}:9501"