Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deichman
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digibib
deichman
Merge requests
!231
Add prometheus to sync
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add prometheus to sync
mail-prometheus
into
DEICH-5742
Overview
4
Commits
2
Pipelines
0
Changes
8
2 unresolved threads
Hide all comments
Merged
David Björkheim
requested to merge
mail-prometheus
into
DEICH-5742
3 years ago
Overview
4
Commits
2
Pipelines
0
Changes
8
2 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
DEICH-5742
version 2
25ecd21d
3 years ago
version 1
25ecd21d
3 years ago
DEICH-5742 (base)
and
latest version
latest version
425f0f28
2 commits,
3 years ago
version 2
25ecd21d
1 commit,
3 years ago
version 1
25ecd21d
12 commits,
3 years ago
8 files
+
159
−
80
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
docker-compose.override.yml
+
5
−
4
Options
@@ -222,10 +222,6 @@ services:
max-file
:
"
3"
mailchimp-synchronizer
:
# command:
# - "npm"
# - "run"
# - "dev"
depends_on
:
-
rabbitmq
build
:
@@ -235,6 +231,11 @@ services:
org.label-schema.name
:
"
mailchimp-synchronizer"
org.label-schema.description
:
"
A
worker
responsible
for
synchronizing
subscriptions
to
MailChimp."
no.deichman.label.component-category
:
"
Backend"
labels
:
traefik.enable
:
"
true"
traefik.http.routers.mailchimp-synchronizer.entrypoints
:
"
web"
traefik.http.services.mailchimp-synchronizer.loadbalancer.server.port
:
"
3000"
traefik.http.routers.mailchimp-synchronizer.rule
:
"
HostRegexp(`{hostname:(mailchimp-synchronizer)
\\
..*}`)"
mimir
:
build
: