Add configurable R version support

This commit is contained in:
3wc 2023-03-14 10:16:59 -04:00
parent b97a7f679f
commit 1dc40dd636
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,10 @@ SECRET_ADMIN_PASSWORD_VERSION=v1
DEFAULT_LOCALES="fr_FR fr_FR.UTF-8 en_GB en_GB.UTF-8 en_US en_US.UTF-8 nl_NL nl_NL.UTF-8"
# Custom R version
#COMPOSE_FILE="compose.yml:compose.version.yml"
#R_VERSION=3.6.3
# MSSQL driver
COMPOSE_FILE="compose.yml:compose.mssql.yml"

6
compose.version.yml Normal file
View File

@ -0,0 +1,6 @@
---
version: "3.8"
services:
app:
image: rocker/tidyverse:${R_VERSION}