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
- Host: GitHub
- URL: https://github.com/tonicai/textual_docker_compose
- Owner: TonicAI
- Created: 2024-02-01T21:14:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T21:20:10.000Z (4 months ago)
- Last Synced: 2026-03-04T01:22:11.945Z (4 months ago)
- Size: 23.4 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.