Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10011485
D1676.id4270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1676.id4270.diff
View Options
diff --git a/PORTS b/PORTS
--- a/PORTS
+++ b/PORTS
@@ -1,4 +1,6 @@
paas-docker
+ 22220 Phabricator Aphlict (client)
+ 22221 Phabricator Aphlict (admin)
31080 Phabricator HTTP - DevCentral
34080 Etherpad
38080 Jenkins HTTP - CD
diff --git a/pillar/paas/docker.sls b/pillar/paas/docker.sls
--- a/pillar/paas/docker.sls
+++ b/pillar/paas/docker.sls
@@ -56,6 +56,7 @@
# Infrastructure and development services
phabricator:
devcentral: {}
+ aphlict: {}
etherpad:
app_port: 34080
mysql_link: acquisitariat
diff --git a/roles/paas-docker/containers/aphlict.sls b/roles/paas-docker/containers/aphlict.sls
new file mode 100644
--- /dev/null
+++ b/roles/paas-docker/containers/aphlict.sls
@@ -0,0 +1,27 @@
+# -------------------------------------------------------------
+# Salt — Provision Docker engine
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-09-07
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+# -------------------------------------------------------------
+# Container
+#
+# Image: nasqueron/aphlict
+# Description: Node application to get real time notifications
+# through websockets for Phabricator instances.
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+aphlict:
+ docker_container.running:
+ - detach: True
+ - interactive: True
+ - image: nasqueron/aphlict
+ - ports:
+ - 22280
+ - 22281
+ - port_bindings:
+ - 22280:22280
+ - 22281:22281
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 18, 15:28 (13 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2744495
Default Alt Text
D1676.id4270.diff (1 KB)
Attached To
Mode
D1676: Migrate Aphlict to Equatower
Attached
Detach File
Event Timeline
Log In to Comment