Skip to content

Commit

Permalink
fix yaml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
videah committed Jan 16, 2024
1 parent 254adf5 commit 5b9a6e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ services:
- skybridge:/app/database
environment:
# Base URL of where SkyBridge will be hosted without the protocol.
- SKYBRIDGE_BASEURL="your.domain.com"
- SKYBRIDGE_BASEURL=your.domain.com
# Random secret, generate with `openssl rand -base64 32`.
- SKYBRIDGE_SECRET=""
- SKYBRIDGE_SECRET
# Password used to make a SkyBridge instance private.
- SKYBRIDGE_AUTH_PASSWORD=""
- SKYBRIDGE_AUTH_PASSWORD
# Should a bridge password be required to authenticate?
- SKYBRIDGE_REQUIRE_AUTH_PASSWORD=true
# Should a nice index page be shown on the root URL?
- SKYBRIDGE_SHOW_INDEX=false
# Allow backfilling/scrolling on timelines? (can cause issues on instances under heavy load)
- SKYBRIDGE_ALLOW_BACKFILL = true
- SKYBRIDGE_ALLOW_BACKFILL=true

volumes:
skybridge:

0 comments on commit 5b9a6e8

Please sign in to comment.