From ae442f089acc1ee1954530faff0094e41b72ca79 Mon Sep 17 00:00:00 2001 From: Dzmitry Lahunouski Date: Thu, 25 Jul 2024 23:04:05 +0100 Subject: [PATCH] depl --- docker-compose.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c56445f..a2609a0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,25 @@ services: logging: *loggin secrets: - master_key - distributeERC: + symbioticYT2: + image: mono + restart: always + build: + context: . + command: ["make", "distributeERC"] + logging: *loggin + secrets: + - master_key + karakYT: + image: mono + restart: always + build: + context: . + command: ["make", "distributeERC"] + logging: *loggin + secrets: + - master_key + fuelDust: image: mono restart: always build: