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:
parent
4382856220
commit
2ca67f658b
1 changed files with 1 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue