Skip to content

Instantly share code, notes, and snippets.

@kennystrawnmusic
Last active September 3, 2025 14:42
Show Gist options
  • Select an option

  • Save kennystrawnmusic/438b98f5604b88c14262e8c424090fb0 to your computer and use it in GitHub Desktop.

Select an option

Save kennystrawnmusic/438b98f5604b88c14262e8c424090fb0 to your computer and use it in GitHub Desktop.
From 6041d59b9c3d1ef84cc2d2cd226c6d8a33523cb3 Mon Sep 17 00:00:00 2001
From: Kenneth Strawn <kstrawn0@saddleback.edu>
Date: Wed, 3 Sep 2025 07:38:32 -0700
Subject: [PATCH] Patch docker-compose.yml for LP+
---
docker-compose.yml | 87 +++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 44 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index f237beb..d65637c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,3 +1,5 @@
+version: "3.8"
+
services:
api:
container_name: ars0n-framework-v2-api-1
@@ -8,8 +10,8 @@ services:
db:
condition: service_healthy
environment:
- DATABASE_URL: postgres://postgres:postgres@db:5432/ars0n
- DB_HOST: db
+ DATABASE_URL: postgres://postgres:postgres@localhost:5432/ars0n
+ DB_HOST: localhost
DB_PORT: 5432
DB_USER: postgres
DB_PASSWORD: postgres
@@ -23,8 +25,8 @@ services:
- 1.1.1.1
dns_search: .
restart: unless-stopped
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
ai_service:
container_name: ars0n-framework-v2-ai-service-1
@@ -34,10 +36,10 @@ services:
depends_on:
- api
environment:
- API_URL: http://api:8443
+ API_URL: http://localhost:8443
restart: unless-stopped
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
profiles:
- ai
@@ -56,8 +58,8 @@ services:
timeout: 5s
retries: 5
restart: unless-stopped
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
client:
container_name: ars0n-framework-v2-client-1
@@ -67,8 +69,8 @@ services:
depends_on:
- api
restart: unless-stopped
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
assetfinder:
container_name: ars0n-framework-v2-assetfinder-1
@@ -77,8 +79,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
metabigor:
container_name: ars0n-framework-v2-metabigor-1
@@ -87,8 +89,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
sublist3r:
container_name: ars0n-framework-v2-sublist3r-1
@@ -97,8 +99,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
subfinder:
container_name: ars0n-framework-v2-subfinder-1
@@ -107,8 +109,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
shuffledns:
container_name: ars0n-framework-v2-shuffledns-1
@@ -119,8 +121,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
cewl:
container_name: ars0n-framework-v2-cewl-1
@@ -129,8 +131,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
gospider:
container_name: ars0n-framework-v2-gospider-1
@@ -149,8 +151,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
subdomainizer:
container_name: ars0n-framework-v2-subdomainizer-1
@@ -161,8 +163,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
nuclei:
container_name: ars0n-framework-v2-nuclei-1
@@ -174,8 +176,8 @@ services:
entrypoint: ["sleep", "infinity"]
shm_size: '2g'
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
katana:
container_name: ars0n-framework-v2-katana-1
@@ -194,8 +196,8 @@ services:
- temp_data:/tmp
entrypoint: ["sleep", "infinity"]
restart: unless-stopped
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
httpx:
container_name: ars0n-framework-v2-httpx-1
@@ -206,8 +208,8 @@ services:
- temp_data:/tmp
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
dnsx:
container_name: ars0n-framework-v2-dnsx-1
@@ -216,8 +218,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
ffuf:
container_name: ars0n-framework-v2-ffuf-1
@@ -228,8 +230,8 @@ services:
- ./wordlists:/wordlists
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
github-recon:
container_name: ars0n-framework-v2-github-recon-1
@@ -238,8 +240,8 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
cloud_enum:
container_name: ars0n-framework-v2-cloud_enum-1
@@ -250,13 +252,10 @@ services:
- api
entrypoint: ["sleep", "infinity"]
restart: "no"
- networks:
- - ars0n-network
+ network_mode: host
+ platform: linux/amd64
volumes:
postgres_data:
temp_data:
-networks:
- ars0n-network:
- driver: bridge
--
2.39.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment