Skip to content

dreed47/info-orbs-tempest-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weatherflow/Tempest Proxy for InfoOrbs

INSTALL

Build

docker build -t tempest-proxy .

Install (daemon mode, listen at host's port 8021)

docker run -d -p 8021:8080 --restart unless-stopped --name tempest-proxy tempest-proxy

UPDATE

docker stop tempest-proxy
docker rm tempest-proxy
docker build -t tempest-proxy .
docker run -d -p 8021:8080 --restart unless-stopped --name tempest-proxy tempest-proxy

OPTIONAL: USE DOCKER VOLUMES for faster development (this will use the .py directly)

docker run -d -p 8021:8080 --restart unless-stopped --name tempest-proxy -v "$(pwd):/app" tempest-proxy

See

License

This software is distributed under MIT license. See LICENSE.txt for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages