Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3985155
D2009.id5067.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
860 B
Referenced Files
None
Subscribers
None
D2009.id5067.diff
View Options
diff --git a/roles/paas-docker/containers/sentry.sls b/roles/paas-docker/containers/sentry.sls
--- a/roles/paas-docker/containers/sentry.sls
+++ b/roles/paas-docker/containers/sentry.sls
@@ -74,3 +74,25 @@
- {{ container['app_port'] }}:9000
{% endfor %}
+
+# -------------------------------------------------------------
+# Services containers
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{% for service in ['worker', 'cron'] %}
+{% for instance, container in containers['sentry_' + service].items() %}
+
+{% set args = pillar['sentry_realms'][container['realm']] %}
+
+{{ instance }}:
+ docker_container.running:
+ - detach: True
+ - interactive: True
+ - image: library/sentry
+ - binds: *binds
+ - links: *links
+ - environment: *env
+ - command: run {{ service }}
+
+{% endfor %}
+{% endfor %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 06:05 (1 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2338735
Default Alt Text
D2009.id5067.diff (860 B)
Attached To
Mode
D2009: Deploy Sentry services containers
Attached
Detach File
Event Timeline
Log In to Comment