Skip to content

Commit e902455

Browse files
ffaerberclaude
andcommitted
revert: keep BEE_API_URL pointed at local prod_bee
Per request — don't fall back to the remote Bee. Local prod_bee will need its peering fixed before /v1/chat/completions can dispatch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 42d6697 commit e902455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hostinger/prod-stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
DATABASE_URL: postgresql://hosted:hosted@postgres:5432/hosted_gateway?schema=public
5757
REDIS_HOST: redis
5858
REDIS_PORT: 6379
59-
BEE_API_URL: https://bee.ffaerber.duckdns.org
59+
BEE_API_URL: http://bee:1633
6060
HOSTED_GATEWAY_PORT: 8080
6161
networks:
6262
- public
@@ -95,7 +95,7 @@ services:
9595
DATABASE_URL: postgresql://hosted:hosted@postgres:5432/hosted_gateway?schema=public
9696
REDIS_HOST: redis
9797
REDIS_PORT: 6379
98-
BEE_API_URL: https://bee.ffaerber.duckdns.org
98+
BEE_API_URL: http://bee:1633
9999
networks:
100100
- internal
101101
deploy:

0 commit comments

Comments
 (0)