-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 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 |
---|---|---|
|
@@ -16,6 +16,9 @@ letsencryptEmail: [email protected] | |
# whether to apply gzip compression, default "true" | ||
compress: true | ||
|
||
# whether to execute docker prune for images and volumes, default "false" | ||
autoprune: false | ||
|
||
# base top-level domain to use for deployments without domains specified, default "false" | ||
# used as postfix, e.g. if you specify ".example.com" (dot is auto-prepended if not present) | ||
# all your deployments will be autodeployed as "deployment-id.example.com" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "exoframe", | ||
"version": "6.1.5-dev.3", | ||
"version": "6.2.0", | ||
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker", | ||
"main": "dist/index.js", | ||
"repository": "[email protected]:exoframejs/exoframe.git", | ||
|