Add updater service to docker-compose

This commit is contained in:
conache 2024-03-06 19:07:54 +02:00
parent ce1316c202
commit 2639ed9e65
No known key found for this signature in database

View File

@ -14,6 +14,20 @@ services:
- inference - inference
ipv4_address: 172.22.0.4 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: worker:
container_name: worker-basic-eth-pred container_name: worker-basic-eth-pred
environment: environment: