Cleanup docker-compose

This commit is contained in:
conache 2024-08-08 16:08:44 +03:00
parent b58d527501
commit 3dfa8ca2e6
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,7 @@
services: services:
inference: inference:
container_name: inference-basic-eth-pred container_name: inference-basic-eth-pred
build: build: .
context: .
dockerfile: Dockerfile_inference
command: python -u /app/app.py command: python -u /app/app.py
ports: ports:
- "8002:8000" - "8002:8000"
@ -17,9 +15,7 @@ services:
updater: updater:
container_name: updater-basic-eth-pred container_name: updater-basic-eth-pred
build: build: .
context: .
dockerfile: Dockerfile_inference
environment: environment:
- INFERENCE_API_ADDRESS=http://inference:8000 - INFERENCE_API_ADDRESS=http://inference:8000
command: > command: >