Hi i changed to update
FROM tryretool/code-executor-service:3.73.0-edge
both code executor and Dockerfile
FROM tryretool/backend:3.73.0-edge
it downloads without issues but when i try to run:
sudo docker-compose up -d
it shows
root@retool:/retool-onpremise-master# sudo docker-compose up -d
Recreating 0cf2509bd2b2_retool-onpremise-master_code-executor_1 ...
Recreating a4f69802d1cb_retool-onpremise-master_workflows-worker_1 ...
retool-onpremise-master_retooldb-postgres_1 is up-to-date
retool-onpremise-master_postgres_1 is up-to-date
Recreating 01700bcf032c_retool-onpremise-master_jobs-runner_1 ...ERROR: for a4f69802d1cb_retool-onpremise-master_workflows-worker_1 'ContainerConfig'
ERROR: for 01700bcf032c_retool-onpremise-master_jobs-runner_1 'ContainerConfig'
ERROR: for 0cf2509bd2b2_retool-onpremise-master_code-executor_1 'ContainerConfig'
ERROR: for workflows-worker 'ContainerConfig'
ERROR: for jobs-runner 'ContainerConfig'
ERROR: for code-executor 'ContainerConfig'
Traceback (most recent call last):
File "docker-compose", line 3, in
File "compose/cli/main.py", line 81, in main
File "compose/cli/main.py", line 202, in perform_command
File "compose/metrics/decorator.py", line 18, in wrapper
File "compose/cli/main.py", line 1188, in up
File "compose/cli/main.py", line 1184, in up
File "compose/project.py", line 713, in up
File "compose/parallel.py", line 108, in parallel_execute
File "compose/parallel.py", line 206, in producer
File "compose/project.py", line 699, in do
File "compose/service.py", line 600, in execute_convergence_plan
File "compose/service.py", line 522, in _execute_convergence_recreate
File "compose/parallel.py", line 108, in parallel_execute
File "compose/parallel.py", line 206, in producer
File "compose/service.py", line 515, in recreate
File "compose/service.py", line 634, in recreate_container
File "compose/service.py", line 335, in create_container
File "compose/service.py", line 940, in _get_container_create_options
File "compose/service.py", line 980, in _build_container_volume_options
File "compose/service.py", line 1589, in merge_volume_bindings
File "compose/service.py", line 1619, in get_container_data_volumes
KeyError: 'ContainerConfig'
[159988] Failed to execute script docker-compose
what im missing?
thank you