Anchit-mashup / docker-compose.yaml
Keys
Added Cookies to make it smoother
af4e608
raw
history blame contribute delete
109 Bytes
version: "3.8"
services:
flask-app:
build: .
ports:
- "7860:7860"
env_file:
- .env