6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-19 16:09:02 +00:00

Add pull/push hook to minio plugin

This commit is contained in:
Régis Behmo 2019-07-04 08:25:10 +08:00 committed by Régis Behmo
parent 11e735f4e5
commit f8b3ec846f

View File

@ -21,7 +21,13 @@ config = {
templates = os.path.join(HERE, "templates")
hooks = {"init": ["minio-client"]}
hooks = {
"init": ["minio-client"],
"remote-image": {
"minio-server": "{{ MINIO_DOCKER_IMAGE_SERVER }}",
"minio-client": "{{ MINIO_DOCKER_IMAGE_CLIENT }}",
},
}
def patches():