mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/fold-stack.git
synced 2026-06-18 01:15:14 +00:00
6 lines
247 B
Bash
Executable file
6 lines
247 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
echo "Starting fold-stack development environment..."
|
|
docker compose --env-file .env.dev -f docker-compose.dev.yml up -d --build ghost forgejo radicle pandoc mailhog hedgedoc rclone typst git-sync
|
|
echo "Core services started."
|