outpost-0.0.3 is not a library.
Visit the last successful build:
outpost-0.0.8
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