https://github.com/wodby/webgrind
Webgrind docker container image
https://github.com/wodby/webgrind
docker webgrind
Last synced: 11 months ago
JSON representation
Webgrind docker container image
- Host: GitHub
- URL: https://github.com/wodby/webgrind
- Owner: wodby
- License: mit
- Created: 2017-08-01T06:38:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T03:02:25.000Z (over 1 year ago)
- Last Synced: 2025-04-13T04:18:40.404Z (over 1 year ago)
- Topics: docker, webgrind
- Language: Smarty
- Homepage:
- Size: 131 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Webgrind Docker Container Image
[](https://github.com/wodby/webgrind/actions)
[](https://hub.docker.com/r/wodby/webgrind)
[](https://hub.docker.com/r/wodby/webgrind)
## Docker Images
❗For better reliability we release images with stability tags (`wodby/webgrind:1.9-X.X.X`) which correspond to [git tags](https://github.com/wodby/webgrind/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/php](https://github.com/wodby/php)
- [GitHub actions builds](https://github.com/wodby/webgrind/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/webgrind)
Supported tags and respective `Dockerfile` links:
- `1.9`, `1`, `latest` [_(Dockerfile)_](https://github.com/wodby/webgrind/tree/master/Dockerfile)
All images built for `linux/amd64` and `linux/arm64`
## Environment Variables
| Variable | Default Value | Description |
|----------------------------------|---------------------|-------------|
| `WEBGRIND_STORAGE_DIR` | | |
| `WEBGRIND_PROFILER_DIR` | `/tmp` | |
| `WEBGRIND_DEFAULT_TIMEZONE` | `Europe/Copenhagen` | |
| `WEBGRIND_ORIG_CODEBASE_PATH` | `/var/www/html` | |
| `WEBGRIND_MOUNTED_CODEBASE_PATH` | `/mnt/codebase` | |
See [wodby/php](https://github.com/wodby/php) for more variables
## Exposed ports
This image exposes the port 8080 for the webgrind webserver.