Weather_Dashboard / docker-compose.yml
duongve's picture
Upload 8 files
320a5a6 verified
raw
history blame contribute delete
300 Bytes
version: '3'
services:
web:
build: .
ports:
- "7860:7860"
environment:
- FLASK_ENV=development
- MAIL_SERVER=smtp.example.com
- MAIL_PORT=587
- MAIL_USE_TLS=true
- [email protected]
- MAIL_PASSWORD=your_password