mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
18 lines
432 B
YAML
18 lines
432 B
YAML
# To be used in Portainer
|
|
# Requires https://hub.docker.com/r/mochoa/s3fs-volume-plugin to be installed
|
|
|
|
version: "3.9"
|
|
|
|
services:
|
|
telegram:
|
|
image: "ghcr.io/steffo99/patched-porobot:latest"
|
|
command: "patched_porobot_telegram"
|
|
restart: unless-stopped
|
|
volumes:
|
|
- "$PORO_CARDS_DIR:/usr/src/patched_porobot/data"
|
|
env_file:
|
|
- stack.env
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 64M
|