Files
telegram_glpi/docker-compose.yml
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

13 lines
202 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: