Docker/Voltaserve/DEVELOPMENT.md
2024-04-17 20:22:30 +02:00

25 lines
495 B
Markdown

# Voltaserve Development
## Getting Started
### Run Infrastructure Services With Docker
```shell
docker compose up -d \
postgres \
minio \
meilisearch \
redis \
mailhog
```
### Run Microservices
Start each microservice separately in a new terminal as described here:
- [Voltaserve API](api/README.md)
- [Voltaserve UI](ui/README.md)
- [Voltaserve Identity Provider](idp/README.md)
- [Voltaserve WebDAV](webdav/README.md)
- [Voltaserve Conversion](conversion/README.md)