Matrix App - lightweight task and workflow manager. Multi-arch Docker image for x86-64 and ARM64.
1.4K
Matrix is a lightweight task and workflow manager.
docker pull psadurski/matrix:latest
This is the simplest setup:
docker run -d \
--name matrix \
-p 3000:3000 \
-v matrix-data:/app/starter/data \
--restart unless-stopped \
psadurski/matrix:latest
Example compose.yaml:
services:
matrix:
image: psadurski/matrix:latest
container_name: matrix
ports:
- "3000:3000"
volumes:
- matrix-data:/app/starter/data
restart: unless-stopped
volumes:
matrix-data:
Then open:
http://localhost:3000
Current user interface language:
šµš± Polish
English localization may be added in future releases.
The project is under active development.
https://matrix-demo.sadurski-it.plā
A public demonstration environment is available for evaluation and testing.
Note
The demo environment is automatically restored once per day to maintain a consistent dataset and ensure a predictable experience for all visitors.
Content type
Image
Digest
sha256:84a46989bā¦
Size
47.7 MB
Last updated
3 months ago
docker pull psadurski/matrix