Skip to content

octoposprime/op-be-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

op-be-logging

The Logging Services for the Backend Layer of OctopOSPrime

Build - Test Docker Image Publish

Pre-Requirements

Development Environment

You have to see github.com/octoposprime/op-be-docs before development.

.env

POSTGRES_USERNAME=op
POSTGRES_PASSWORD=op
POSTGRES_DATABASE=op
JWT_SECRET_KEY=op
REDIS_PASSWORD=op

Local Run

make local-run

Docker Run

TEST=true POSTGRES_USERNAME=op POSTGRES_PASSWORD=op JWT_SECRET_KEY=op REDIS_PASSWORD=op make docker-build
make docker-run