rafale
Version:
Deploy every services, everywhere, in just a few seconds
30 lines (23 loc) • 652 B
YAML
name: rafale
version: '0.0.7'
summary: Deploy every services, everywhere, in just a few seconds
description: |
Rafale lets you deploy FortressJS services everywhere
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
rafale-service:
command: rafale --daemon
daemon: simple
restart-condition: always
plugs: [network-bind, home, network]
rafale:
command: rafale
plugs: [network-bind, home, network]
rfl:
command: rfl
plugs: [network-bind, home, network]
parts:
rafale:
source: .
plugin: nodejs