Spaces:
Sleeping
Sleeping
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 |