An open API service indexing awesome lists of open source software.

https://github.com/tonicai/textual_docker_compose

Docker Compose configuration for the installation of Tonic Textual
https://github.com/tonicai/textual_docker_compose

Last synced: 2 months ago
JSON representation

Docker Compose configuration for the installation of Tonic Textual

Awesome Lists containing this project

README

          

# Docker Compose configuration for the installion of Tonic Textual

Note that installation requires access to the Tonic Textual docker container repository. Reach out to support@tonic.ai to get your container repository login credentials.

# Setup
Rename the sample.env file to .env. Inside the .env file you'll have to fill in the missing variables in order get Textual running. The required values you must enter are

```
SOLAR_VERSION
ENVIRONMENT_NAME
SOLAR_DB_PASSWORD= #
SOLAR_SECRET= #
SOLAR_STATISTICS_SEED= #
SOLAR_LICENSE= #
```bash

Everything else is optional. Reach out to support@tonic.ai with any questions.