ikarusbot/compose.yml
2025-01-10 20:49:47 +02:00

8 lines
127 B
YAML

services:
ikarus:
build: .
volumes:
- ./token.txt:/bot/token.txt
command: php bot.php
restart: always