Skip to content

yassine/alpine-gobetween

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-gobetween

Build Status

Minimalistic gobetween docker container

Usage

docker pull yassine/alpine-gobetween

Configuration

Configuration is passed through environment variables:

ENV Variable Description Default
GOBETWEEN_API_ENABLE Enable/Disable the REST Api true
GOBETWEEN_API_BIND_ADDRESS The binding address for the API All addresses & All interfaces
GOBETWEEN_API_BIND_PORT The port on which API server listens 9000
GOBETWEEN_API_LOGIN The username to use for basic authentication none (no authentication required)
GOBETWEEN_API_PASSWORD The password to use for basic authentication none (no authentication required)
GOBETWEEN_API_CERT_PATH The certificate to use for tls authentication none (no authentication required)
GOBETWEEN_API_KEY_PATH The private key to use for tls authentication none (no authentication required)