Cleanup docker-compose
This commit is contained in:
parent
b58d527501
commit
3dfa8ca2e6
@ -1,9 +1,7 @@
|
||||
services:
|
||||
inference:
|
||||
container_name: inference-basic-eth-pred
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile_inference
|
||||
build: .
|
||||
command: python -u /app/app.py
|
||||
ports:
|
||||
- "8002:8000"
|
||||
@ -17,9 +15,7 @@ services:
|
||||
|
||||
updater:
|
||||
container_name: updater-basic-eth-pred
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile_inference
|
||||
build: .
|
||||
environment:
|
||||
- INFERENCE_API_ADDRESS=http://inference:8000
|
||||
command: >
|
||||
|
Loading…
Reference in New Issue
Block a user