Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Abraham - INFlux committed Jan 17, 2025
1 parent 27fdea4 commit ba73b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ services:
ports:
- '${JUPYTER_PORT}:${JUPYTER_PORT}'

cytoscape-desktop:
image: cytoscape/cytoscape-desktop:3.10.1
ports:
- '${NOVNC_PORT}:${NOVNC_PORT}'
- '${CYREST_PORT}:${CYREST_PORT}'
container_name: cytoscape
environment:
- XVFB_SCREEN_WIDTH=${NOVNC_SCREEN_WIDTH}
- XVFB_SCREEN_HEIGHT=${NOVNC_SCREEN_HEIGHT}
- NOVNC_PORT=${NOVNC_PORT}
- CYREST_PORT=${CYREST_PORT}

clustalo:
build:
context: clustalo/
Expand Down
4 changes: 4 additions & 0 deletions docker/my_neo4j/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM neo4j:latest

# Add a persistent foreground process
CMD ["sh", "-c", "/startup/docker-entrypoint.sh neo4j console && tail -f /dev/null"]

0 comments on commit ba73b56

Please sign in to comment.