Docker image for the Etherpad application.
10K+
Docker configuration for the Etherpad application.
A working Docker installation is mandatory.
Please make sure to copy & rename the example.env file to .env.
cp example.env .env
You can replace the values if needed, but the default ones should work for local development.
Please also make sure to copy & rename the docker-compose.override.yml.dev file to docker-compose.override.yml.
cp docker-compose.override.yml.dev docker-compose.override.yml
You can replace the values if needed, but the default ones should work for local development.
Build & run all the containers for this project.
docker compose up (add -d if you want to run in the background and silence the logs)
To access the main application please use the following link.
To access the administration please use the following link.
Copy and rename the environment file.
cp example.env .env
You should replace the values since the default ones are not ready for production.
Please also make sure to copy & rename the docker-compose.override.yml.prod file to docker-compose.override.yml.
cp docker-compose.override.yml.prod docker-compose.override.yml
You can replace the values if needed, but the default ones should work for production. You can do the same with the docker-compose.override.yml.stage file if your environment is staging.
Build & run all the containers for this project:
docker compose up -d
Use a reverse proxy configuration to map the url to port 9001. Examples can be found in the wiki of the project.
This application uses a custom build of the Etherpad docker image. We trigger a GitHub Actions workflow to build the custom image and push it to our Docker Hub repository.
When a new Etherpad version is available, you should update the value in the VERSION file to reference the new tag. When the change is pushed to the repository, the workflow will automatically build the new image and push it to Docker Hub.
If you need to trigger a rebuild or mark a custom image version, you can add a revision suffix (such as -rev1) to the value in the VERSION file. This suffix will be ignored when fetching the Etherpad source code, but it allows you to distinguish builds in your workflow and Docker image tags.
GitHub Actions workflows generate Docker image tags based on these events:
development: stage-latest, stage-<sha>-<timestamp> (immutable)main: latestvX.Y.Z (immutable, from VERSION)Weekly cron jobs:
stage-<sha>-<timestamp> (immutable)vX.Y.Z-<sha>-<timestamp> (immutable, from VERSION)All the immutable tags are committed to the k8s repository.
The Helm charts for this project are available at https://github.com/unil-lettres/k8s, in the palett directory.
The plugins built with the custom image won't be automatically installed on Kubernetes. Since the k8s mounted volumes are replacing the ones in the image (
/opt/etherpad-lite/src/plugin_packagesand/opt/etherpad-lite/var), you'll need to install the plugins manually in the/admininterface of the application.
Content type
Image
Digest
sha256:3477f2404…
Size
584.4 MB
Last updated
3 days ago
docker pull unillett/etherpad:v3.3.2-2d5be97-20260719232445Pulls:
333
Jul 6 to Jul 12