Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

baturalpk/auth-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

@baturalpk/auth-service πŸ’‚πŸΌβ€β™€οΈ

Getting started

🐳 Run as a container (no-TLS)

> 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"