aisbreaker-server
v0.1.19
Published
AisBreaker (proxy) server.
Readme
aisbreaker-proxy-server
Run the public Docker image of this app
# The '--init' is optional. It's to easy stop the container on command line
docker run --init -p3000:3000 aisbreaker/aisbreaker-proxy-server:latestBuild and run the Docker image locally
docker build -t aisbreaker-proxy-server .
docker run --init -p3000:3000 aisbreaker-proxy-serverHint: The '--init' is optional. It's to easy stop the container on command line How to fix Ctrl+C inside a Docker container?
Configuration
Optional environment variable(s):
- DEFAULT_AISBREAKER_API_KEY (used if no API key is provided by client, e.g. for demo server)
