Warpgate

Smart SSH and HTTPS bastion that works with any SSH client.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
services:
  warpgate:
    image: ghcr.io/warp-tech/warpgate
    ports:
      - 2222:2222
      - 8888:8888
      - 33306:33306
    volumes:
      - ./data:/data
    restart: always

Resources

GitHub: https://github.com/warp-tech/warpgate

GitHub Container Registry: https://github.com/warp-tech/warpgate/pkgs/container/warpgate

Configuration: https://github.com/warp-tech/warpgate/wiki/Getting-started-on-Docker