Updated to docker-compose 3.9 spec
This commit is contained in:
parent
4102231b72
commit
4a7f15b658
@ -1,9 +1,9 @@
|
|||||||
version: '3.4'
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
perseveringbot-int:
|
interaction:
|
||||||
build: ./interaction
|
build: ./interaction
|
||||||
container_name: interaction_process
|
container_name: vision_interaction
|
||||||
volumes:
|
volumes:
|
||||||
- ./interaction:/usr/src/app
|
- ./interaction:/usr/src/app
|
||||||
restart: always
|
restart: always
|
||||||
@ -14,9 +14,10 @@ services:
|
|||||||
- ACCESS_TOKEN_SECRET
|
- ACCESS_TOKEN_SECRET
|
||||||
- API_TOKEN
|
- API_TOKEN
|
||||||
- API_KEY_SECRET
|
- API_KEY_SECRET
|
||||||
perseveringbot-pos:
|
|
||||||
|
posting:
|
||||||
build: ./posting
|
build: ./posting
|
||||||
container_name: post_process
|
container_name: vision_posting
|
||||||
volumes:
|
volumes:
|
||||||
- ./posting:/usr/src/app
|
- ./posting:/usr/src/app
|
||||||
restart: always
|
restart: always
|
||||||
@ -27,4 +28,3 @@ services:
|
|||||||
- ACCESS_TOKEN_SECRET
|
- ACCESS_TOKEN_SECRET
|
||||||
- API_TOKEN
|
- API_TOKEN
|
||||||
- API_KEY_SECRET
|
- API_KEY_SECRET
|
||||||
|
|
Loading…
Reference in New Issue
Block a user