mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2026-01-20 05:50:40 +00:00
15 lines
204 B
YAML
15 lines
204 B
YAML
version: '3'
|
|
|
|
services:
|
|
support_bot:
|
|
build: ../telegram-support-bot
|
|
restart: always
|
|
volumes:
|
|
- /bot/data
|
|
- ../telegram-support-bot:/bot
|
|
- data:/bot/data
|
|
|
|
volumes:
|
|
data:
|
|
|