Files
automation-mail/gmail-to-tryton/container_run.txt

10 lines
306 B
Plaintext

docker run -d \
-v $(pwd)/logs:/app/logs \
-e EMAIL_ACCOUNT="faircotbot@gmail.com" \
-e EMAIL_PASSWORD="zmaqjfrvjpyvcrlg" \
-e TRYTON_ENDPOINT="http://vps104.geneva.hosting/tradon/inbound_email/inbox/75c5cf5b2410473cba0f1e9675d44bb5" \
-e INTERVAL=30 \
--name gmail-worker \
gmail-to-tryton