Self-Hosted Cache Server for GitHub Actions
Self-Hosted Cache Server for GitHub Actions
Easily deploy your own GitHub actions cache without needing to change any workflow files!
docker-compose.ymlversion: '3.9' services: cache-server: image: ghcr.io/falcondev-oss/github-actions-cache-server:latest ports: - '3000:3000' environment: API_BASE_URL: http://localhost:3000 volumes: - cache-data:/app/.data volumes: cache-data: