Page MenuHomeDevCentral

aphlict.sls
No OneTemporary

aphlict.sls

# -------------------------------------------------------------
# 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

Mime Type
text/plain
Expires
Fri, May 15, 12:04 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3689777
Default Alt Text
aphlict.sls (891 B)

Event Timeline