helpyourneighbour/docker-compose.test.yml
OpenClaw 8c29d64356
Some checks are pending
Docker Test / test (push) Waiting to run
auto(agent): Run expanded local discovery and continue with next actionable task
2026-03-15 15:19:11 +00:00

10 lines
No EOL
156 B
YAML

version: '3'
services:
backend-test:
build: ./backend
ports:
- "3001:3000"
environment:
- NODE_ENV=test
depends_on:
- db