Switched Overleaf CE to overleaf/compose-git image with healthchecks and updated configuration

This commit is contained in:
2025-05-26 20:47:01 -05:00
parent 0c768a0fd0
commit f807f8a867
2 changed files with 25 additions and 12 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo "Enabling Overleaf CE and its dependencies..."
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 enabled. Access at http://localhost:8090"
echo "Overleaf CE (compose-git) enabled. Access at http://localhost:8090"
echo "Check status with: docker ps | grep overleaf"