From c72f4268d7c14a0dec5211dfcb5185172bf33bfb Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Sat, 16 Jul 2022 15:59:11 +0200 Subject: [PATCH] auto-updater for the skins repo --- docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0f9ebf4..b805fcd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -183,6 +183,14 @@ services: environment: - GIT_DIR=/git + autoupdate-skins: + image: buckaroobanzay/git_autoupdate + restart: always + volumes: + - "./data/minetest/world/worldmods/skinsdb/textures:/git" + environment: + - GIT_DIR=/git + kv: image: anapsix/webdis restart: always