Page MenuHomeDevCentral
Paste P180

run-aphlict
ActivePublic

Authored by dereckson on Mar 28 2016, 18:42.
Tags
None
Referenced Files
F28003: run-aphlict
Mar 28 2016, 18:43
F28001: run-aphlict
Mar 28 2016, 18:42
Subscribers
None
#!/bin/sh
# -------------------------------------------------------------
# Phabricator — Aphlict notifications server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Author: Sébastien Santoro aka Dereckson
# Project: Nasqueron
# Created: 2016-03-28
# Description: Node application to get real time notifications
# through websockets for Phabricator instances
# License: Trivial work, not eligible to copyright
# Image: nasqueron/aphlict
# -------------------------------------------------------------
# -------------------------------------------------------------
# Container parameters
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
INSTANCE_NAME=aphlict
# -------------------------------------------------------------
# Container launch
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
docker run -dt --name $INSTANCE_NAME -p 22280:22280 -p 22281:22281 nasqueron/aphlict

Event Timeline

dereckson changed the title of this paste from untitled to run-aphlict.