pyinfra/README.md
Julius Unverfehrt ae73420955 refactoring
2022-02-17 08:20:59 +01:00

333 B
Executable File

SETUP

1. module

pip install -e .
pip install -r requirements.txt

1. docker image

docker build -f Dockerfile -t pyinfra .

RUN

2. rabbitmq & minio

docker-compose up

3. module

python src/serve.py

3. docker container

docker run --net=host pyinfra