mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Remove docker-compose.yml from main
This commit is contained in:
parent
5ebb6bd1b2
commit
978074cfef
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
# To be used in Portainer
|
|
||||||
|
|
||||||
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
|
|
Loading…
Reference in a new issue