1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Give up on using s3fs-volume-plugin docker plugin as it is unmaintained

This commit is contained in:
Steffo 2022-12-24 04:48:52 +01:00
parent 4382856220
commit 2ca67f658b
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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: