1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 17:47:29 +00:00

Rename poro_cards to just cards

This commit is contained in:
Steffo 2022-12-24 04:30:56 +01:00
parent fdcbb0df61
commit 5e7a715eaa
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -4,7 +4,7 @@
version: "3.9" version: "3.9"
volumes: volumes:
poro_cards: cards:
driver: mochoa/s3fs-volume-plugin:latest driver: mochoa/s3fs-volume-plugin:latest
driver_opts: driver_opts:
s3fsopts: >- s3fsopts: >-
@ -18,7 +18,7 @@ services:
command: "patched_porobot_telegram" command: "patched_porobot_telegram"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- "poro_cards:/usr/src/patched_porobot/data:r" - "cards:/usr/src/patched_porobot/data:r"
env_file: env_file:
- stack.env - stack.env
deploy: deploy: