This is a microservice designed to handle notifications in any application.
542
This is a microservice designed to handle notifications in any application. It is built with FastAPI, a lightweight WSGI web application framework, and uses Prisma as an ORM for database interactions.
This service can be run using Docker Compose. Here is an example of the service definition in a docker-compose.yml file:
notification:
image: yahyamachat/notification:latest
container_name: notification
restart: unless-stopped
ports:
- 8001:8000
depends_on:
- postgres
environment:
- GATEWAY_BASE_URL=$YOUR_GATEWAY_SERVICE_BASE_URL
- JWT_SECRET=$YOUR_GATEWAY_SERVICE_JWT_SECRET
- DATABASE_URL=$YOUR_DATABASE_URL
entrypoint: /app/entrypoint.sh
Contributors names and contact info
ex. @Yahya Machat
This project is licensed under the MIT License - see the LICENSE.md file for details
Content type
Image
Digest
sha256:4aae3e5af…
Size
97.3 MB
Last updated
about 2 years ago
docker pull yahyamachat/notification