Commit 100582dc authored by Stephan Handuwala's avatar Stephan Handuwala 🏋🏻

Fixed the docker-compose fixed

parent db652549
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