Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 549 Bytes

File metadata and controls

25 lines (21 loc) · 549 Bytes

Uniproxy service is a combine service for handle http request (API Gateway) and run background worker processes

Installation from source
git clone git@github.com:unibackend/uniproxy.git \
&& cd proxy \
&& make build
Manual
./build/proxy proxy --config=config/default.yml
Docker compose
docker-compose -d

Environments

DB_DSN - Master database connection string
DOMAIN - Domain for handle public http queries
PORT - Listen port

Resources