ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
549 stars 52 forks source link

docker deployment #182

Closed glensc closed 7 years ago

glensc commented 7 years ago

loved pb the second i read the feature list, wanted to try out this with local deployment immediately.

however did not find any open/closed tickets matching "docker" keyword.

are there any plans to provide Dockerfile, docker-compose.yml? shouldn't be very hard, just pip install or something...

or are there already known somebody's efforts? searching docker hub for pb isn't exactly resultful :)

buhman commented 7 years ago

however did not find any open/closed tickets matching "docker" keyword.

I currently deploy this with ECS (docker) actually. Here's a packer template that I use for production.

docker hub

Good idea. I re-tagged the last ECS image I built and pushed to dockerhub. https://hub.docker.com/r/buhman/pb/. Let me know if you have any trouble with that.