Add mssql setup

This commit is contained in:
decentral1se 2021-06-07 09:24:56 +02:00
parent bccf11db18
commit 4c1251a939
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,6 @@ DOMAIN=rstudio.example.com
LETS_ENCRYPT_ENV=production
SECRET_ADMIN_PASSWORD_VERSION=v1
# MSSQL driver
COMPOSE_FILE="compose.yml:compose.mssql.yml"

6
compose.mssql.yml Normal file
View File

@ -0,0 +1,6 @@
---
version: "3.8"
services:
app:
image: decentral1se/tidyverse-msodbcsql17:4.1.0