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:
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: >