Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GO Email Worker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stephan Handuwala
GO Email Worker
Commits
100582dc
Commit
100582dc
authored
Apr 03, 2019
by
Stephan Handuwala
🏋🏻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the docker-compose fixed
parent
db652549
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
config.yaml
config.yaml
+6
-6
docker-compose.yml
docker-compose.yml
+4
-0
No files found.
config.yaml
View file @
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
:
...
...
docker-compose.yml
View file @
100582dc
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment