A meme serving microservice, written using flask_restx
Go to file
Tyler Perkins b49114da52
continuous-integration/drone/push Build is passing Details
Fix issue with nsfw header not passing correctly
2023-03-26 15:24:49 -04:00
src Fix issue with nsfw header not passing correctly 2023-03-26 15:24:49 -04:00
.drone.yml Fix link in drone notification 2023-02-28 20:36:19 -05:00
.gitignore Ignore dockercompose 2023-03-09 20:22:24 -05:00
Dockerfile Prepare for docker 2023-02-24 18:28:52 -05:00
LICENSE Initial commit 2023-02-23 22:38:17 +00:00
README.md Add build badge 2023-02-24 18:34:17 -05:00

README.md

Meme-service

Build Status

A meme serving microservice, written using flask_restx

Environment Variables

Variable Usage
S3_BUCKET Bucket name
S3_URL S3 server URL
S3_UN S3 Username
S3_PW S3 Password
S3_TLS Use TLS? Boolean
CACHE_TTL How long do we cache whats in the bucket?
PORT Port to run on inside the container
DEBUG Debug mode? Boolean