removed the host port mapping
Some checks failed
github / Analyze (go) (push) Has been cancelled
github / Analyze (actions) (push) Has been cancelled
github / Analyze (javascript-typescript) (push) Has been cancelled
make / build-apps (push) Has been cancelled
make / probod binary (darwin/amd64) (push) Has been cancelled
make / probod binary (freebsd/amd64) (push) Has been cancelled
make / probod binary (linux/amd64) (push) Has been cancelled
make / probod binary (openbsd/amd64) (push) Has been cancelled
make / probod binary (windows/amd64) (push) Has been cancelled
make / probod binary (darwin/arm64) (push) Has been cancelled
make / probod binary (freebsd/arm64) (push) Has been cancelled
make / probod binary (linux/arm64) (push) Has been cancelled
make / probod binary (openbsd/arm64) (push) Has been cancelled
make / probo-agent (darwin/amd64) (push) Has been cancelled
make / probo-agent (freebsd/amd64) (push) Has been cancelled
make / probo-agent (linux/amd64) (push) Has been cancelled
make / probo-agent (windows/amd64) (push) Has been cancelled
make / probo-agent (darwin/arm64) (push) Has been cancelled
make / probo-agent (freebsd/arm64) (push) Has been cancelled
make / probo-agent (linux/arm64) (push) Has been cancelled
make / probo-agent (windows/arm64) (push) Has been cancelled
make / docker (amd64) (push) Has been cancelled
make / docker (arm64) (push) Has been cancelled
make / snapshot-scan (push) Has been cancelled
make / build-probod (push) Has been cancelled
make / build-probo-agent (push) Has been cancelled
make / lint-go (push) Has been cancelled
make / lint-js (push) Has been cancelled
make / lint-swift (push) Has been cancelled
make / lint-shell (push) Has been cancelled
make / test (push) Has been cancelled
make / test-e2e (push) Has been cancelled
trufflehog / scan (push) Has been cancelled

This commit is contained in:
2026-08-01 21:10:59 +05:30
parent 6a4f124adb
commit 00b18ed8b1

View File

@@ -40,10 +40,10 @@ services:
# Chrome for PDF generation # Chrome for PDF generation
PROBOD_CHROME_DP_ADDR: "chrome:9222" PROBOD_CHROME_DP_ADDR: "chrome:9222"
ports: expose:
- "8080:8080" - "8080"
- "8081:8081" - "8081"
- "8443:8443" - "8443"
volumes: volumes:
- "probo-data:/data" - "probo-data:/data"
depends_on: depends_on:
@@ -54,7 +54,6 @@ services:
chrome: chrome:
condition: service_started condition: service_started
postgres: postgres:
image: "postgres@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72" image: "postgres@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72"
shm_size: "1g" shm_size: "1g"
@@ -62,8 +61,8 @@ services:
postgres -c "shared_buffers=4GB" postgres -c "shared_buffers=4GB"
-c "max_connections=200" -c "max_connections=200"
-c "log_statement=all" -c "log_statement=all"
ports: expose:
- "5432:5432" - "5432"
volumes: volumes:
- "./compose/postgres:/docker-entrypoint-initdb.d:ro" - "./compose/postgres:/docker-entrypoint-initdb.d:ro"
- "postgres-data:/var/lib/postgresql/data:rw" - "postgres-data:/var/lib/postgresql/data:rw"
@@ -86,18 +85,18 @@ services:
-volume.max=100 -volume.max=100
-master.volumeSizeLimitMB=1024 -master.volumeSizeLimitMB=1024
-dir=/data -dir=/data
ports: expose:
- "8333:8333" - "8333"
- "9333:9333" - "9333"
- "8888:8888" - "8888"
volumes: volumes:
- "./compose/seaweedfs/s3.json:/etc/seaweedfs/s3.json:ro" - "./compose/seaweedfs/s3.json:/etc/seaweedfs/s3.json:ro"
- "seaweedfs-data:/data:rw" - "seaweedfs-data:/data:rw"
chrome: chrome:
image: "chromedp/headless-shell@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b" image: "chromedp/headless-shell@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b"
ports: expose:
- "9222:9222" - "9222"
command: command:
- "--headless" - "--headless"
- "--disable-gpu" - "--disable-gpu"
@@ -110,7 +109,6 @@ services:
- "--disable-background-timer-throttling" - "--disable-background-timer-throttling"
- "--disable-extensions" - "--disable-extensions"
volumes: volumes:
probo-data: probo-data:
postgres-data: postgres-data: