enable convert process

This commit is contained in:
user 2025-02-26 19:44:24 +03:00
parent d0845a153c
commit 4e40c2f572
1 changed files with 16 additions and 16 deletions

View File

@ -80,20 +80,20 @@ services:
maria_db:
condition: service_healthy
# convert_process:
# build:
# context: .
# dockerfile: Dockerfile
# command: python -m app convert_process
# env_file:
# - .env
# links:
# - maria_db
# volumes:
# - /Storage/logs:/app/logs
# - /Storage/storedContent:/app/data
# - /var/run/docker.sock:/var/run/docker.sock
# depends_on:
# maria_db:
# condition: service_healthy
convert_process:
build:
context: .
dockerfile: Dockerfile
command: python -m app convert_process
env_file:
- .env
links:
- maria_db
volumes:
- /Storage/logs:/app/logs
- /Storage/storedContent:/app/data
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
maria_db:
condition: service_healthy