Portall

Portall provides an intuitive web-interface for generating, tracking, and organizing ports and services across multiple hosts.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  portall:
    image: need4swede/portall:latest
    container_name: portall
    ports:
      - "8080:8080"
    environment:
      - SECRET_KEY=your_secret_key
    volumes:
      - ./instance:/app/instance

Resources

GitHub: https://github.com/need4swede/Portall

Docker Hub: https://hub.docker.com/r/need4swede/portall

Configuration: https://github.com/need4swede/Portall#docker-compose