From 08443bcbb2c62dbc9ab2ad5b2d6d62db8a3bf971 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:38:41 +0000 Subject: [PATCH] [Auto] Update docker-compose file --- docs/static/docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/static/docker-compose.yml b/docs/static/docker-compose.yml index 66cfaf3..e909d97 100644 --- a/docs/static/docker-compose.yml +++ b/docs/static/docker-compose.yml @@ -25,9 +25,10 @@ services: # Webauthn won't work otherwise. - APP_URL=http://localhost # If you want to serve js assets from a CDN (like https://cdn.example.com), - # you need to set this custom URL here. - # Otherwise, this should be the exact same value as APP_URL. - - ASSET_URL=http://localhost + # uncomment the following line and set this var with the CDN url. + # Otherwise, let this line commented. + # - ASSET_URL=http://localhost + # # Turn this to true if you want your app to react like a demo. # The Demo mode reset the app content every hours and set a generic demo user. - IS_DEMO_APP=false