Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1211610e50 | ||
|
|
2a2803754a | ||
|
|
1b9e661fed |
@@ -10,7 +10,7 @@ Official mongo plugin for dokku. Currently defaults to installing [mongo 3.4.9](
|
|||||||
## installation
|
## installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# on 0.4.x+
|
# on 0.12.x+
|
||||||
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
|
sudo dokku plugin:install https://github.com/dokku/dokku-mongo.git mongo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ service_backup() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.1
|
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.9.4
|
||||||
}
|
}
|
||||||
|
|
||||||
service_backup_auth() {
|
service_backup_auth() {
|
||||||
|
|||||||
2
install
2
install
@@ -18,7 +18,7 @@ plugin-install() {
|
|||||||
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
|
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
|
||||||
pull-docker-image "dokku/ambassador:0.2.0"
|
pull-docker-image "dokku/ambassador:0.2.0"
|
||||||
pull-docker-image "dokku/wait:0.3.0"
|
pull-docker-image "dokku/wait:0.3.0"
|
||||||
pull-docker-image "dokku/s3backup:0.9.1"
|
pull-docker-image "dokku/s3backup:0.9.4"
|
||||||
pull-docker-image "busybox:1.30.1-uclibc"
|
pull-docker-image "busybox:1.30.1-uclibc"
|
||||||
|
|
||||||
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory"
|
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku mongo service plugin"
|
description = "dokku mongo service plugin"
|
||||||
version = "1.6.0"
|
version = "1.6.1"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user