fix(secretrefs): preserve exec resolver env

This commit is contained in:
Vincent Koc
2026-05-02 21:14:31 -07:00
parent d04a8976b1
commit b258c3fc65
5 changed files with 142 additions and 0 deletions

View File

@@ -2,6 +2,9 @@ services:
openclaw-gateway:
image: ${OPENCLAW_IMAGE:-openclaw:local}
build: .
env_file:
- path: .env
required: false
environment:
HOME: /home/node
TERM: xterm-256color
@@ -71,6 +74,9 @@ services:
openclaw-cli:
image: ${OPENCLAW_IMAGE:-openclaw:local}
network_mode: "service:openclaw-gateway"
env_file:
- path: .env
required: false
cap_drop:
- NET_RAW
- NET_ADMIN