gaza/compose.yaml
Ubuntu fbcc342c5f 定义标准协议 TypeScript 数据模型
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 19:05:26 +00:00

36 lines
647 B
YAML

services:
test:
image: gaza-protocol-test:local
build:
context: .
target: test
read_only: true
tmpfs:
- /tmp
- /app/dist
- /app/dist-tests
security_opt:
- no-new-privileges:true
build:
image: gaza-protocol-build:local
build:
context: .
target: build
command: ["npm", "run", "build"]
read_only: true
tmpfs:
- /tmp
- /app/dist
security_opt:
- no-new-privileges:true
production:
image: gaza-protocol:local
build:
context: .
target: production
read_only: true
security_opt:
- no-new-privileges:true