Skip to content

Commit

Permalink
[Auto] Update docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Feb 19, 2024
1 parent 0eaa085 commit 08443bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08443bc

Please sign in to comment.