> docker pull ghcr.io/baturalpk/auth-service:latest
> docker run -d -p 9000:9000 \
-e END_USER_MODE_ON=false \
-e NODE_ENV=development \
-e POSTGRES_URL=postgres://... \
-e REDIS_CONN_STRING=redis://... \
-e PORT=9000 \
-e TLS_ACTIVE=false \
ghcr.io/baturalpk/auth-service:latest
# The service will be reachable from "localhost:9000"
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
💂🏼♀️ Operates as an identity provider and session handler.
License
baturalpk/auth-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
💂🏼♀️ Operates as an identity provider and session handler.