gaza/compose.yaml
Ubuntu 1748d2d66a 启动跨平台桌面客户端项目
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 18:41:38 +00:00

27 lines
432 B
YAML

services:
test:
build:
context: .
target: test
tmpfs:
- /tmp
security_opt:
- no-new-privileges:true
build:
build:
context: .
target: build
preview:
build:
context: .
target: preview
ports:
- "127.0.0.1:8080:8080"
read_only: true
tmpfs:
- /tmp
- /var/cache/nginx
- /var/run
security_opt:
- no-new-privileges:true