Skip to content
/ docker Public

Docker templates for self-hosting and running the Tegon platform locally

Notifications You must be signed in to change notification settings

tegonhq/docker

Repository files navigation

Tegon Self-Hosting Docker

If you want to run the Tegon platform yourself, instead of using our cloud product, you can use this repository to get started.

It's highly recommended you read our self-hosting guide, which contains more detailed instructions and will be more up-to-date.

Local development

If you want to self-host the Tegon platform, when you're developing your web app locally you'll need to run the Tegon platform locally as well.

Initial setup

  1. Clone this repository and navigate to it:
git clone https://github.com/tegonhq/docker.git
cd docker
  1. Populate any missing .env file values. (See the .env.example file for more instructions)

  2. Run the start script and follow the prompts

./start.sh

Stopping the Docker containers

  1. Run the stop script
./stop.sh

Getting started with using Tegon

You should now be able to access the Tegon dashboard at http://localhost:8000.

To create an account

./create-resources.sh

Our main docs are at docs.tegon.ai.

About

Docker templates for self-hosting and running the Tegon platform locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages