Skip to content

SpikySpam/Storm-Breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Storm Breaker

for Docker

⚔️ Content

Files to Dockerize Storm-Breaker

💾 Setup

  • Create Authtoken at NGROK

  • Set Environment variables (export):

    • TF_VAR_VERSION_DOCKER_STORMBREAKER=0.0.1
    • TF_VAR_DOCKER_STORMBREAKER_PORT=80
    • TF_VAR_NGROK_API_KEY=<YOUR_NGROK_API_KEY>
    • TF_VAR_DOCKER_STORMBREAKER_USER=<YOUR_USERNAME>
    • TF_VAR_DOCKER_STORMBREAKER_PASSWORD=<YOUR_PASSWORD>
  • Run the following commands:

    # docker builder prune -fa
    # docker image prune -fa
    
    docker-compose build --no-cache
    docker-compose up -d --force-recreate
  • Navigate to you NGROK Tunnel Agents: https://dashboard.ngrok.com/tunnels/agents

  • Grab your URL (append /index.php)

🪲 Troubleshoot

  • On Windows (some errors on entrypoint.sh not found -> docker compose vs docker-compose)

    • Open entrypoint.sh in notepad++
      • Edit -> EOL Conversion -> Unix (LF)
    • Run the following command:
      chmod +x entrypoint.sh
      
  • Context menu Compose Up in VSCode (with the docker extension) seems to work just fine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages