Skip to content

safhac/send-receive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker microservices send receive to/from rabbitmq running rootless

read more about running docker rootless

build distros with poetry

source ./scripts/build_scripts.sh
build_packages
dcu

or run with compose

docker-compose up --build -d --force-recreate --remove-orphans

  • run as individual containers
  • run everything using compose
  • add packaging (used poetry)
  • add two stage build
  • create an RPC version 2.0
  • run asynchronously

note:

package installs are considerably slower than pip install -r requirements.txt


Changelog

[0.1.0] - 2022-30-1

Added security using a cached layer

  • inspired by pythonspeed
  • added local distro build scripts
  • removed poetry builds from dockerfile

About

containers send and receive to/from rabbitmq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published