mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
add rstudio
This commit is contained in:
parent
71b27d4288
commit
f816cb6185
@ -371,6 +371,7 @@ A collection of delicious docker recipes.
|
||||
- [x] prosody/prosody
|
||||
- [x] registry
|
||||
- [x] restic/rest-server
|
||||
- [x] rocker/rstudio
|
||||
- [x] rocket.chat
|
||||
- [x] rundeck/rundeck
|
||||
- [x] wonderfall/searx
|
||||
|
2
rstudio/README.md
Normal file
2
rstudio/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
rstudio
|
||||
=======
|
15
rstudio/docker-compose.yml
Normal file
15
rstudio/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
rocker:
|
||||
image: rocker/rstudio:4.1.0
|
||||
ports:
|
||||
- "3838:3838"
|
||||
- "8787:8787"
|
||||
volumes:
|
||||
- ./data:/home/rstudio
|
||||
environment:
|
||||
- ADD=shiny
|
||||
- DISABLE_AUTH=true
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user