Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created September 8, 2023 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kozo2/c26bd7427f0b73ed536fd746ada41096 to your computer and use it in GitHub Desktop.
Save kozo2/c26bd7427f0b73ed536fd746ada41096 to your computer and use it in GitHub Desktop.
version: '3.9'
services:
R-notebook:
image: jupyter/r-notebook
ports:
- '8888:8888'
environment:
- JUPYTER_TOKEN=easy
- PASSWORD=easy
cytoscape-desktop:
image: cytoscape/cytoscape-desktop:3.9.1
ports:
- '6080:6080'
- '1234:1234'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment