tggl-proxy
v2.4.1
Published
Tggl Proxy to self-host
Maintainers
Readme
Usage
Create a docker-compose.yml file with the following content:
version: '3.9'
services:
tggl:
image: tggl/tggl-proxy
environment:
TGGL_API_KEY: YOUR_SERVER_API_KEY
ports:
- '3000:3000'Now simply run:
docker-compose up