Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8321891
aphlict.sls
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
aphlict.sls
View Options
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-09-07
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
for
instance
,
container
in
pillar
[
'docker_containers'
][
'aphlict'
]
.items
()
%}
# -------------------------------------------------------------
# Container
#
# Image: nasqueron/aphlict
# Description: Node application to get real time notifications
# through websockets for Phabricator instances.
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{
instance
}}
:
docker_container.running
:
-
detach
:
True
-
interactive
:
True
-
image
:
nasqueron/aphlict
-
ports
:
-
22280
-
22281
-
port_bindings
:
-
{{
container
[
'ports'
][
'client'
]
}}
:22280
-
{{
container
[
'ports'
][
'admin'
]
}}
:22281
{%
endfor
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 13, 16:55 (21 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2565491
Default Alt Text
aphlict.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment