https://github.com/invenlore/identity.service
IdentityService microservice
https://github.com/invenlore/identity.service
dokploy golang grpc logrus microservices protobuf
Last synced: about 2 months ago
JSON representation
IdentityService microservice
- Host: GitHub
- URL: https://github.com/invenlore/identity.service
- Owner: invenlore
- License: mit
- Created: 2025-02-26T22:55:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-17T01:26:56.000Z (3 months ago)
- Last Synced: 2026-01-17T13:55:35.678Z (2 months ago)
- Topics: dokploy, golang, grpc, logrus, microservices, protobuf
- Language: Go
- Homepage: https://invenlore.io
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IdentityService
[](https://github.com/invenlore/identity.service/actions/workflows/master.yaml)

[](https://app.codacy.com/gh/invenlore/identity.service/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
### Docker:
```shell
# fresh with build
make fresh
# start
make up
# stop
make down
# logs
make logs
# pin all actions in master.yaml workflow
make workflow
```
### Or just run:
```shell
make run
```