Add updater service to docker-compose
This commit is contained in:
parent
ce1316c202
commit
2639ed9e65
@ -14,6 +14,20 @@ services:
|
||||
- inference
|
||||
ipv4_address: 172.22.0.4
|
||||
|
||||
updater:
|
||||
container_name: updater-basic-eth-pred
|
||||
build: .
|
||||
environment:
|
||||
- INFERENCE_API_ADDRESS=http://inference:8000
|
||||
command: python -u /app/update_app.py
|
||||
depends_on:
|
||||
- inference
|
||||
networks:
|
||||
eth-model-local:
|
||||
aliases:
|
||||
- updater
|
||||
ipv4_address: 172.22.0.5
|
||||
|
||||
worker:
|
||||
container_name: worker-basic-eth-pred
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user