infra: change host port from 3000 to 3847
All checks were successful
Build & Push / build-and-push (push) Successful in 1m31s

Port 3000 is already in use on the server.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 21:17:49 +01:00
parent ba94ae1fed
commit c7d466f9ef
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ services:
image: code.letsbe.solutions/letsbe/letsbebiz-site:latest
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
- "127.0.0.1:3847:3000"
environment:
DATABASE_URI: postgresql://${POSTGRES_USER:-letsbe}:${POSTGRES_PASSWORD}@db:5432/letsbe
PAYLOAD_SECRET: ${PAYLOAD_SECRET}