-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
b6fd3b8
commit a9480a9
Showing
4 changed files
with
16 additions
and
2 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ RUN \ | |
fuse \ | ||
cron \ | ||
ca-certificates \ | ||
gzip \ | ||
jq \ | ||
&& apt-get clean | ||
|
||
|
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 |
---|---|---|
|
@@ -91,7 +91,8 @@ The container is set up by setting environment variables and volumes. | |
| `DATABASE_USER` | User for connection to database | `root` | `root` | | ||
| `DATABASE_PASSWORD` | Password for connection to database | `topsecret` | | | ||
| `DATABASE_LIST` | List of databases to export (empyt=all) | `dtable_db,ccnet_db,seafile_db` | | | ||
| `SEATABLE_BIGDATA_DUMP` | Enable dump of big data | `true`or`false` | `false` | | ||
| `COMPRESS_DUMP` | Encrypt database dump with gzip | `true` or `false` | `false` | | ||
| `SEATABLE_BIGDATA_DUMP` | Enable dump of big data | `true` or `false` | `false` | | ||
| `SEATABLE_BIGDATA_HOST` | Name of the SeaTable Server container | `seatable-server` | `seatable-server` | | ||
| `HEALTHCHECK_URL` | healthcheck.io server check url | `https://healthcheck.io/ping/a444061a` | | | ||
| `MSMTP_ARGS` | SMTP settings for mail notification | `--host=x --port=587 ... [email protected]` | | | ||
|
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