tellform/docker-compose.override.yml.template
2016-04-21 12:16:52 -07:00

10 lines
195 B
Plaintext

version: '2'
services:
web:
environment:
- MAILER_SERVICE_PROVIDER=Gmail
- MAILER_EMAIL_ID=test@example.com
- MAILER_PASSWORD=password
- HOST=http://localhost:3000