-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ZEALOT_FORCE_SSL, ZEALOT_FORCE_VOLUME, and ZEALOT_NO_SSL_PORT
These are env vars read in from an optional env.sh file
- Loading branch information
1 parent
46bfcde
commit 278f87c
Showing
6 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Sample env.sh. Rename to env.sh to use | ||
# These setting bypass user input and hard set the values into .env upon running ./deploy | ||
|
||
# Set SSL to "false", "letsencrypt", or "self-signed" | ||
# export ZEALOT_FORCE_SSL=false | ||
|
||
# Set the external port for zealot to run on if not using SSL | ||
# export ZEALOT_NO_SSL_PORT=8008 | ||
|
||
# Set the location of the zealot data to either "docker" or "local" | ||
# export ZEALOT_FORCE_VOLUME=docker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters