Skip to content

nichitaa/data-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Notes 👀

Docker stuff

# build and start all docker `services`
docker compose up --build

# pull latest image from hub
docker compose pull SERVICE_NAME

# clean-up (powershell)
docker rmi -f $(docker images -aq)
docker rm -f $(docker ps -a -q)
docker volume rm $(docker volume ls -q)

Configurations

About

Just like Postman but for database queries

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •