jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

Improve license propagation #57

Closed jefflester closed 1 year ago

jefflester commented 1 year ago

Currently, you are required to uncomment the volume mount in ~/.minitrino/lib/docker-compose.yml and set ${STARBURST_LIC_PATH}. We should not expect the user to need to uncomment a volume mount, so let's figure out a cleaner approach to get this file propagated. In my mind, if you have the variable set, that is all that should be required from a user-facing perspective.

jefflester commented 1 year ago

Addressed by 3682376

jefflester commented 1 year ago

Closed with #63