enable convert process
This commit is contained in:
parent
d0845a153c
commit
4e40c2f572
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue