Telegram version of schneiderbot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
173 B

2 years ago
  1. version: '3.4'
  2. services:
  3. schneiderbot:
  4. build: ./
  5. restart: unless-stopped
  6. stdin_open: true
  7. tty: true
  8. volumes:
  9. - ./src:/code
  10. networks:
  11. default: