Update docker-compose.yml

This commit is contained in:
quandanrepo 2023-09-04 23:38:34 +01:00 committed by GitHub
parent 7aad180caa
commit 725dd0f000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,20 +35,20 @@ services:
# command:
# ["bash"]
simulation_system_prediction:
build:
context: ./
dockerfile: ./Dockerfiles/Dockerfile.prediction
image: simulation_system_prediction
environment:
RUNTIME_ENVIRONMENT: local-mock
ENDPOINT_URL: http://minio:9000/
AWS_ACCESS_KEY_ID: *MINIO_USER
AWS_SECRET_ACCESS_KEY: *MINIO_PASS
tty: true
depends_on:
simulation_system_training:
condition: service_completed_successfully
# simulation_system_prediction:
# build:
# context: ./
# dockerfile: ./Dockerfiles/Dockerfile.prediction
# image: simulation_system_prediction
# environment:
# RUNTIME_ENVIRONMENT: local-mock
# ENDPOINT_URL: http://minio:9000/
# AWS_ACCESS_KEY_ID: *MINIO_USER
# AWS_SECRET_ACCESS_KEY: *MINIO_PASS
# tty: true
# depends_on:
# simulation_system_training:
# condition: service_completed_successfully
# command:
# ["bash"]