Commit 0d911a0c authored by Pasan Mallawaarachchi's avatar Pasan Mallawaarachchi 💻

Merge remote-tracking branch 'upstream/master'

parents 092d14bc 100582dc
couchdb:
port: '5984'
host: bpapi_default
host: couchdb_emanger
username: root
password: root
curl:
check_mail: http://root:root@bpapi_default:5984/outbox/_all_docs/?limit=1 #http://root:root@0.0.0.0:5984/outbox/_all_docs/?limit=1
get_outbox_mail: http://root:root@bpapi_default:5984/outbox/
delete_outbox_mail: http://root:root@bpapi_default:5984/outbox/
add_sent_mail: http://root:root@bpapi_default:5984/sentitems/
add_mail_log: http://root:root@bpapi_default:5984/mail_logs/
check_mail: http://root:root@couchdb_emanger:5984/outbox/_all_docs/?limit=1 #http://root:root@0.0.0.0:5984/outbox/_all_docs/?limit=1
get_outbox_mail: http://root:root@couchdb_emanger:5984/outbox/
delete_outbox_mail: http://root:root@couchdb_emanger:5984/outbox/
add_sent_mail: http://root:root@couchdb_emanger:5984/sentitems/
add_mail_log: http://root:root@couchdb_emanger:5984/mail_logs/
protocols:
method: http://
requests:
......
......@@ -4,3 +4,7 @@ services:
container_name: go-worker
restart: always
build: .
networks:
default:
external:
name: bpapi_default
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment