singularity-forge/docker/docker-compose.yaml
ace-pm 35dc87ef53 chore: sync workspace state after rebrand
- Rebrand commits already in history (gsd → forge)
- Sync pre-existing doc, docker, and CI config updates
- All rebrand artifacts verified in place:
  * Native crates: forge-engine, forge-ast, forge-grep
  * Log prefixes: [forge] across 22+ files
  * Binary: ~/bin/sf-run
  * Workspace scopes: @sf-run/*, @singularity-forge/*
  * Nix flake: Rust toolchain ready

System ready for: nix develop && bun run build:native

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 14:54:20 +02:00

23 lines
402 B
YAML

services:
gsd:
build:
context: .
dockerfile: Dockerfile.sandbox
args:
SF_VERSION: latest
container_name: gsd-sandbox
ports:
- "3000:3000"
volumes:
- ../:/workspace
- gsd-state:/home/gsd/.gsd
env_file:
- .env
environment:
- NODE_ENV=development
stdin_open: true
tty: true
volumes:
gsd-state:
driver: local