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

Merge remote-tracking branch 'upstream/master'

parents 092d14bc 100582dc
couchdb: couchdb:
port: '5984' port: '5984'
host: bpapi_default host: couchdb_emanger
username: root username: root
password: root password: root
curl: 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 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@bpapi_default:5984/outbox/ get_outbox_mail: http://root:root@couchdb_emanger:5984/outbox/
delete_outbox_mail: http://root:root@bpapi_default:5984/outbox/ delete_outbox_mail: http://root:root@couchdb_emanger:5984/outbox/
add_sent_mail: http://root:root@bpapi_default:5984/sentitems/ add_sent_mail: http://root:root@couchdb_emanger:5984/sentitems/
add_mail_log: http://root:root@bpapi_default:5984/mail_logs/ add_mail_log: http://root:root@couchdb_emanger:5984/mail_logs/
protocols: protocols:
method: http:// method: http://
requests: requests:
......
...@@ -4,3 +4,7 @@ services: ...@@ -4,3 +4,7 @@ services:
container_name: go-worker container_name: go-worker
restart: always restart: always
build: . 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