Skip to content

howcode501/w3schools.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This directory contains resources for setting up a local docker stack that provide mocks for infrastructure resources.

Development Infrastructure

Start up reference services to emulate production infrastructure:

> docker-compose -f development-infra.yml up -d

This will start the following services:

  • POSTGRES: Port: 15432, User: postgres, Password: ***
  • Redis: Port: 6379, User: redis, Password: ***
  • OPA: Port: 8181

SSH Tunnels

Start ssh tunnels into the development infrastructure

> .\tools\tunnel.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published