Added container names.

This commit is contained in:
Vivek Santayana 2021-08-07 08:36:51 +01:00
parent 5e57fd1f8e
commit 4102231b72

View File

@ -3,6 +3,7 @@ version: '3.4'
services:
perseveringbot-int:
build: ./interaction
container_name: interaction_process
volumes:
- ./interaction:/usr/src/app
restart: always
@ -15,6 +16,7 @@ services:
- API_KEY_SECRET
perseveringbot-pos:
build: ./posting
container_name: post_process
volumes:
- ./posting:/usr/src/app
restart: always