version: '3.3' services: bot-1: container_name: bot-be build: context: bot-1/ command: python bot.py bot-2: container_name: bot-crypto build: context: bot-2/ command: python bot.py