infra: change host port to 6974
All checks were successful
Build & Push / build-and-push (push) Successful in 1m24s
All checks were successful
Build & Push / build-and-push (push) Successful in 1m24s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
image: code.letsbe.solutions/letsbe/letsbebiz-site:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:3847:3000"
|
||||
- "127.0.0.1:6974:3000"
|
||||
environment:
|
||||
DATABASE_URI: postgresql://${POSTGRES_USER:-letsbe}:${POSTGRES_PASSWORD}@db:5432/letsbe
|
||||
PAYLOAD_SECRET: ${PAYLOAD_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user