/docker-rstudio-server

Stack with a docker-compose with RStudio Server, some useful packages and my user-preferences. Also a full stack with Traefik and Authelia for a reverse proxy and better authentication.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Docker-compose for RStudio Server (+ Traefik and Authelia)

This repository aims to unified services in order to deploy an instance of RStudio with docker, saving my packages and my user-preferences. Original image from RStudio is mantained by Dave Tang.

If you only want to deploy the server, please use the docker-compose.yml file. If you want to deploy it and safely expose it to the Internet, please use the docker-compose-traefik-authelia.yml, which will deploy a full stack with Traefik as a reverse proxy and Authelia for login security.

This is a work-in-progress repository.

(WIP)