Yongmin Hong
cdf70a8ee2
Summary: Cheap docker hub alt :P Dockerfile from [googlechrome/lighthouse-ci](https://github.com/GoogleChrome/lighthouse-ci/tree/main/docs/recipes/docker-server) Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Check GitHub Actions runs? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D132
12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"ci": {
|
|
"server": {
|
|
"port": 9001,
|
|
"storage": {
|
|
"storageMethod": "sql",
|
|
"sqlDialect": "sqlite",
|
|
"sqlDatabasePath": "/data/lhci.db"
|
|
}
|
|
}
|
|
}
|
|
}
|