fix startup
This commit is contained in:
parent
217c333aca
commit
88893e9922
|
|
@ -22,7 +22,7 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
command: python -m app
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=primary
|
||||
depends_on:
|
||||
|
|
@ -90,7 +90,7 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
command: python -m app indexer
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -111,7 +111,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app ton_daemon
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -132,7 +132,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app license_index
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -153,7 +153,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app convert_process
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -175,7 +175,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app convert_v3
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -198,7 +198,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app index_scout_v3
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
@ -215,7 +215,7 @@ services:
|
|||
context: ./uploader-bot
|
||||
command: python -m app derivative_janitor
|
||||
env_file:
|
||||
- .env
|
||||
- ../.env
|
||||
environment:
|
||||
- NODE_ROLE=worker
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in New Issue