The ultimate multi-purpose RSS reader, data stream, mash-up, aggregation web application
9.5K
A lightweight Docker image for the ultimate multi-purpose RSS reader, data stream, mash-up, aggregation web application
Choose the right version for your environment:
latest: Latest stable build - recommended for testing2.19.0: Specific version - recommended for productionExample: wydler/logrotate:2.19.0
This container runs logrotate to manage log files from other containers in your Docker environment. It helps prevent log files from growing too large and consuming all available disk space.
---
services:
selfoss:
image: "wydler/selfoss:latest"
container_name: "selfoss"
restart: "unless-stopped"
ports:
- "8888:8888"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/volume1/docker/wydler-selfoss/data:/selfoss/data"
environment:
UID: "1048"
GID: "65550"
TIMEZONE: "Europe/Berlin"
| Variable | Description | Type | Default value |
|---|---|---|---|
| UID | selfoss user id | optional | 991 |
| GID | selfoss group id | optional | 991 |
| CRON_PERIOD | Cronjob period for updating feeds | optional | 15m |
| UPLOAD_MAX_SIZE | Attachment size limit | optional | 25M |
| LOG_TO_STDOUT | Enable nginx and php error logs to stdout | optional | false |
| MEMORY_LIMIT | PHP memory limit | optional | 128M |
| TIMEZONE | PHP date timezone | optional | UTC |
| LOGROTATE_RETENTION | Number of log files to be retained | optional | 31 |
This project is licensed under the GNU GENERAL PUBLIC LICENSE.
Content type
Image
Digest
sha256:f9fd82a2f…
Size
31.7 MB
Last updated
10 days ago
docker pull wydler/selfoss