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.

23 lines
481 B

  1. version: "3.7"
  2. services:
  3. xi_music:
  4. build:
  5. context: ./xi_music
  6. dockerfile: Dockerfile
  7. container_name: xi_music_bot
  8. image: fr1nge/xi_music:latest
  9. xi_comic:
  10. build:
  11. context: ./xi_comic
  12. dockerfile: Dockerfile
  13. container_name: xi_comic_bot
  14. image: fr1nge/xi_comic:latest
  15. xi_ranker:
  16. build:
  17. context: ./xi_ranker
  18. dockerfile: Dockerfile
  19. container_name: xi_ranker_bot
  20. image: fr1nge/xi_ranker:latest