8000 GitHub - armdev/oada-srvc-docker: Top-level docker-compose config to run OADA microservice-style API implementation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

armdev/oada-srvc-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install directions

  1. git clone ssh://git@github.com/oada/oada-srvc-docker
  2. cd oada-srvc-docker
  3. docker-compose build
  4. docker-compose run yarn
  5. docker-compose up -d

Debugging

Set your local DEBUG variable to "*" or some other wildcard and that will be passed to any services that are restarted.

Multi-domain:

Everything can start up as localhost by default. If you want to serve multiple domains, create the appropriate folder (same name as hostname) in /domains.
The proxy will see it and create domain configs for each name there, and the auth service will use that info to serve the proper logo, name, etc. for each service.

About

Top-level docker-compose config to run OADA microservice-style API implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • Shell 9.6%
  • HTML 2.4%
  • Other 0.6%
0