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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user