Skip to content

Commit

Permalink
refactor: Removed /app.d volume from root docker-compose.yml (#479)
Browse files Browse the repository at this point in the history
The root `docker-compose.yml` shouldn't need the `/app.d` mapping any
more since the `tests/docker-scripts/docker-compose.yml` one handles
tests now.
  • Loading branch information
bmingles authored May 21, 2024
1 parent 453f930 commit 788023b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ services:
- 10000
volumes:
- ./docker/data/:/data
- ./tests/app.d:/app.d
environment:
- START_OPTS=-Xmx4g -DAuthHandlers=io.deephaven.auth.AnonymousAuthenticationHandler -Ddeephaven.console.type=python -Ddeephaven.application.dir=./app.d

0 comments on commit 788023b

Please sign in to comment.