tggl-proxy
v2.1.3
Published
Tggl Proxy to self-host
Downloads
43
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