aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 32ac66c..52b1267 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -10,9 +10,9 @@ services:
environment:
# FLASK_DEBUG: 1 # for debugging
# FLASK_APP: app # for debugging
- MAX_CONTENT_LENGTH: 10 # in MB; default 5MB
- UPLOAD_DIRECTORY: /uploads # where to store the uploaded files; should be mapped to a docker volume; default "/uploads"
- AUTH_TOKEN: myuploadtoken # token used for authenticating
+ MAX_CONTENT_LENGTH: 10
+ UPLOAD_DIRECTORY: /uploads
+ AUTH_TOKEN: myuploadtoken
volumes:
uploads: