From 2ca67f658bfabe2a0cd219390525930962a89fdf Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 24 Dec 2022 04:48:52 +0100 Subject: [PATCH] Give up on using s3fs-volume-plugin docker plugin as it is unmaintained --- docker-compose.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index dbb31e0..498470d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,23 +3,13 @@ version: "3.9" -volumes: - cards: - driver: mochoa/s3fs-volume-plugin:latest - driver_opts: - s3fsopts: >- - url=$S3FS_URL, - passwd_file=$S3FS_PASSWD_FILE, - use_path_request_style - name: "porobot-storage" - services: telegram: image: "ghcr.io/steffo99/patched-porobot:latest" command: "patched_porobot_telegram" restart: unless-stopped volumes: - - "cards:/usr/src/patched_porobot/data" + - "$PORO_CARDS_DIR:/usr/src/patched_porobot/data" env_file: - stack.env deploy: