Update docker-compose.yaml

This commit is contained in:
wakonig_k 2022-07-05 08:57:38 +00:00
parent 2a122783ce
commit 320f1c110f

View File

@ -20,3 +20,11 @@ services:
timeout: 5s
start_period: 20s
retries: 5
init-scibec:
image: python:3.8
volumes:
- ./scibec:./scibec/
entrypoint:
- "python ./scibec/update_sessions.py --config ./scibec/test_config.yaml"
depends_on:
- scibec-test-server