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