UNPKG

@sassoftware/viya-api-base

Version:

Template for typical SAS Viya Applications

19 lines (15 loc) 361 B
version: "3.3" services: myapi: build: . restart: always ports: - 8080:8080 environment: - VIYA_SERVER= - CLIENTID=myapi - CLIENTSECRET=secret - APPNAME=myapi # Mounts volume for tokens(if using saved tokens, and other files) # volumes: # - c:/Public/dev/data/sas:/sasin