mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/fold-stack.git
synced 2026-06-18 01:15:14 +00:00
7 lines
298 B
Bash
Executable file
7 lines
298 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
echo "Enabling Overleaf CE (compose-git) and its dependencies..."
|
|
docker compose -f docker-compose.dev.yml up -d overleaf-mongo overleaf-redis overleaf
|
|
echo "Overleaf CE (compose-git) enabled. Access at http://localhost:8090"
|
|
echo "Check status with: docker ps | grep overleaf"
|