docker-compose.yml 308 B

123456789101112
  1. services:
  2. bot:
  3. image: "anonflow:${VERSION}"
  4. build:
  5. context: .
  6. dockerfile: Dockerfile
  7. labels:
  8. version: "${VERSION}"
  9. description: "Telegram-бот для анонимных сообщений"
  10. volumes:
  11. - ./rules/:/app/rules/
  12. - ./config.yml:/app/config.yml