outpost 0.0.3

A command-line application for managing outpost
outpost-0.0.3 is not a library.
Visit the last successful build: outpost-0.0.8

License Build GitHub repo size Stars

outpost allows you to expose self-hosted web services to the Internet via popular cloud providers.

Example with docker-compose

version: '3.8'

services:
  outpost:
    image: fossable/outpost:latest
    depends_on:
      - www
  www:
    build:
      context: www