blades-ssh-scraper/README.md

20 lines
514 B
Markdown

![a pigeon flying with their feet as a helicopter, quote When your program is a complete mess, but does its job](readme.jpg)
That's about what you would expect for the first larger than a few lines python thing (this) I have started from scratch and made functional.
To be honest, the HPE side is quite a bird-copter as well.
# Running development instance
```
docker-compose -f docker-compose.dev.yml up --build
```
# Deploying
Deploying in prod:
```
docker-compose -f docker-compose.yml up --build -d
```