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-composel.yml

9 lines
146 B
YAML
Raw Normal View History

2023-04-12 16:16:35 +02:00
version: '3'
services:
web:
build: quotengrote/python-api-server
ports:
- "5000:5000"
volumes:
- ./uploads:/app/uploads