Skip to content

Commit

Permalink
Self-Hosting instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 8, 2024
1 parent 45d4e8f commit 6b2ed18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [MacOS](#macos)
* [Nix](#nix)
* [Running Locally](#running-locally)
* [Self Hosting](#self-hosting)
* [Updating unison dependencies](#updating-unison-dependencies)
* [Postgres](#postgres)
* [Managing Postgres Migrations](#managing-postgres-migrations)
Expand Down Expand Up @@ -65,6 +66,14 @@ You may wish to run `make fixtures` to fill some in some data for local testing.

See `./docker/docker-compose.yml` to see how the postgres and redis services are configured.


## Self Hosting

The Docker Compose configuration located in `./docker/docker-compose.yml` is a great place to start for learning how Share's infrastructure is set up.
It details Share's required environment variables and shows how it expects to be connected to Postgres and Redis.

If you have any questions about self hosting, feel free to ask in our [Discord server](https://unison-lang.org/discord).

## Updating unison dependencies

```sh
Expand Down

0 comments on commit 6b2ed18

Please sign in to comment.