llm-translate/compose.yaml
illian64 323458ca27
Documentation, docker
* Prepare for docker, documentation.

* Prepare for docker, documentation.

* Prepare for docker, documentation.

---------

Co-authored-by: APodoinikov <APodoynikov@detmir.ru>
2025-09-21 08:59:55 +07:00

26 lines
487 B
YAML

services:
web-app:
build:
context: .
networks:
- app_network
ports:
- 4990:4990
image: illian/llm-translate:0.1.0
volumes:
- ./cache:/app/cache
- ./files_processing:/app/files_processing
- ./options:/app/options
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [ gpu ]
count: all
networks:
app_network:
name: app_docker_network