Files
lumina/README.md
mroxso 8bf7d91a87 Beta2Main (#1)
* Beta2Main

* Add Umami
2024-08-04 22:29:29 +02:00

23 lines
415 B
Markdown

# lumina.rocks
A social media for images and pictures 📸
## Docker
### Quickstart
```
docker run --rm -it -p 3000:3000 ghcr.io/lumina-rocks/lumina:main
```
or with Docker Compose
```
docker compose up -d
```
## Umami
Umami is disabled by default.
To enable Umami edit the `.env` file in the `lumina` directory.
Then build the Docker Image again and restart the container.
```
docker compose up -d --build
```