Mini board is a minimal board.
docker pull saramorillon/mini-board:latest
You can use the docker-compose.yml provided as an example.
:warning: Make sure that the db, logs and upload folder are writable by the container user (uid: 1000 - gid: 1000)
yarn install --productionyarn startyarn install.env and fill it with appropriate valuesyarn start:devMini board listens to port 3000
The default credentials are admin/admin.
| Variable | Value type | Default value | Description |
|---|---|---|---|
| NODE_ENV | development | production | Environment of the application | |
| APP_KEY | string | App key for session | |
| APP_PORT | number | 80 | App port |
| COOKIE_DOMAIN | string | Domain of the session cookie | |
| LOG_LEVEL | debug | info | warn | error | info | Level of the loger |
| SESSION_DIR | string | Directory to store session | |
| UPLOAD_DIR | string | Directory to store attachments | |
| DB_HOST | string | Database host | |
| DB_PORT | number | Database port | |
| DB_USER | string | Database user | |
| DB_PASSWORD | string | Database password | |
| DB_DATABASE | boolean | Database name | |
| DB_LOGGING | boolean | false | Should DB queries be logged to console or not |
Content type
Image
Digest
sha256:3456d1275…
Size
86.7 MB
Last updated
over 1 year ago
docker pull saramorillon/mini-board