Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 909 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 909 Bytes

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