mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
Update docker-compose.yaml
This commit is contained in:
parent
2a122783ce
commit
320f1c110f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user