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: maria_db:
condition: service_healthy condition: service_healthy
# convert_process: convert_process:
# build: build:
# context: . context: .
# dockerfile: Dockerfile dockerfile: Dockerfile
# command: python -m app convert_process command: python -m app convert_process
# env_file: env_file:
# - .env - .env
# links: links:
# - maria_db - maria_db
# volumes: volumes:
# - /Storage/logs:/app/logs - /Storage/logs:/app/logs
# - /Storage/storedContent:/app/data - /Storage/storedContent:/app/data
# - /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
# depends_on: depends_on:
# maria_db: maria_db:
# condition: service_healthy condition: service_healthy