README.md

This commit is contained in:
Tyler Perkins 2023-02-24 18:33:01 -05:00
parent 68dffaba3c
commit 6fd953a93b
1 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# Meme-service
A meme serving microservice, written using flask_restx
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 |