From 4a7f15b65837fae872d085b9941a008a1b259859 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Sun, 29 Aug 2021 13:30:54 +0100 Subject: [PATCH] Updated to docker-compose 3.9 spec --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8d066c7..1da7c32 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ -version: '3.4' +version: '3.9' services: - perseveringbot-int: + interaction: build: ./interaction - container_name: interaction_process + container_name: vision_interaction volumes: - ./interaction:/usr/src/app restart: always @@ -14,9 +14,10 @@ services: - ACCESS_TOKEN_SECRET - API_TOKEN - API_KEY_SECRET - perseveringbot-pos: + + posting: build: ./posting - container_name: post_process + container_name: vision_posting volumes: - ./posting:/usr/src/app restart: always @@ -27,4 +28,3 @@ services: - ACCESS_TOKEN_SECRET - API_TOKEN - API_KEY_SECRET - \ No newline at end of file