Self-hosted GitHub Actions cache server implementation. Compatible with official 'actions/cache' action
See the codeThis is a drop-in replacement for the official GitHub hosted cache server. It is compatible with the official actions/cache action, so there is no need to change your workflow files and it even works with packages that internally use actions/cache.
actions/cache actionservices:
cache-server:
image: ghcr.io/falcondev-oss/github-actions-cache-server
ports:
- '3000:3000'
environment:
API_BASE_URL: http://localhost:3000
STORAGE_DRIVER: filesystem
STORAGE_FILESYSTEM_PATH: /data/cache
DB_DRIVER: sqlite
DB_SQLITE_PATH: /data/cache-server.db
volumes:
- cache-data:/data
volumes:
cache-data:
π https://gha-cache-server.falcondev.io/getting-started π
TypeScript
93.4%
Go Template
4.1%
JavaScript
2.1%
Self-hosted GitHub Actions cache server implementation. Compatible with official 'actions/cache' action
See the codeThis is a drop-in replacement for the official GitHub hosted cache server. It is compatible with the official actions/cache action, so there is no need to change your workflow files and it even works with packages that internally use actions/cache.
actions/cache actionservices:
cache-server:
image: ghcr.io/falcondev-oss/github-actions-cache-server
ports:
- '3000:3000'
environment:
API_BASE_URL: http://localhost:3000
STORAGE_DRIVER: filesystem
STORAGE_FILESYSTEM_PATH: /data/cache
DB_DRIVER: sqlite
DB_SQLITE_PATH: /data/cache-server.db
volumes:
- cache-data:/data
volumes:
cache-data:
π https://gha-cache-server.falcondev.io/getting-started π
TypeScript
93.4%
Go Template
4.1%
JavaScript
2.1%