This repository has been archived on 2024-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
python-api-server/docker-compose.yml
2023-04-13 11:29:47 +02:00

13 lines
286 B
YAML

version: '3'
services:
python-api-server:
image: quotengrote/python-api-server
ports:
- "5040:5000"
volumes:
- ./uploads:/app/uploads
environment:
FLASK_DEBUG: 1
FLASK_APP: app
UPLOAD_DIRECTORY: /uploads
UPLOAD_TOKEN: myuploadtoken