Files
telegram_glpi/docker-compose.yml
2024-08-24 19:41:02 +03:00

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: