Skip to content

Commit

Permalink
fix Docker notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akihikokuroda committed Nov 11, 2023
1 parent 22558ef commit e58617f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,28 +97,6 @@ services:
depends_on:
- keycloak
- postgres
scheduler:
container_name: scheduler
build:
context: ./
dockerfile: gateway/Dockerfile
entrypoint: "./scripts/scheduler.sh"
environment:
- DEBUG=0
- DATABASE_HOST=postgres
- DATABASE_PORT=5432
- DATABASE_NAME=testkeycloakdb
- DATABASE_USER=testkeycloakuser
- DATABASE_PASSWORD=testkeycloakpassword
- RAY_CLUSTER_MODE_LOCAL_HOST=http://ray-head:8265
- RAY_CLUSTER_MODE_LOCAL=1
networks:
- safe-tier
volumes:
- program-artifacts:/usr/src/app/media/
depends_on:
- keycloak
- postgres
repository-server:
container_name: repository-server
build:
Expand Down

0 comments on commit e58617f

Please sign in to comment.