From 660a6db6fbbae34943132303ddf84e4a84260b88 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 24 Feb 2026 22:14:12 +0000 Subject: [PATCH] Fix INTERNAL_URL_ARTDAG: use Docker internal URL not external Art-DAG l1-server runs on port 8100 and shares the externalnet overlay network with coop apps. Using the internal URL avoids the reverse proxy and the silent auth middleware that was 302-redirecting fragment requests. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 01c9a07..3416a4b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ x-app-env: &app-env INTERNAL_URL_EVENTS: http://events:8000 INTERNAL_URL_FEDERATION: http://federation:8000 INTERNAL_URL_ACCOUNT: http://account:8000 - INTERNAL_URL_ARTDAG: https://celery-artdag.rose-ash.com + INTERNAL_URL_ARTDAG: http://l1-server:8100 AP_DOMAIN: federation.rose-ash.com AP_DOMAIN_BLOG: blog.rose-ash.com AP_DOMAIN_MARKET: market.rose-ash.com