Added container names.
This commit is contained in:
parent
5e57fd1f8e
commit
4102231b72
@ -3,6 +3,7 @@ version: '3.4'
|
|||||||
services:
|
services:
|
||||||
perseveringbot-int:
|
perseveringbot-int:
|
||||||
build: ./interaction
|
build: ./interaction
|
||||||
|
container_name: interaction_process
|
||||||
volumes:
|
volumes:
|
||||||
- ./interaction:/usr/src/app
|
- ./interaction:/usr/src/app
|
||||||
restart: always
|
restart: always
|
||||||
@ -15,6 +16,7 @@ services:
|
|||||||
- API_KEY_SECRET
|
- API_KEY_SECRET
|
||||||
perseveringbot-pos:
|
perseveringbot-pos:
|
||||||
build: ./posting
|
build: ./posting
|
||||||
|
container_name: post_process
|
||||||
volumes:
|
volumes:
|
||||||
- ./posting:/usr/src/app
|
- ./posting:/usr/src/app
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user