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.
|
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
|
|
|