Update rust (#21)
textsender_auth Build / Rustfmt (push) Successful in 44s
textsender_auth Build / Check (push) Successful in 1m42s
textsender_auth Build / Test Suite (push) Successful in 2m5s
textsender_auth Build / Clippy (push) Successful in 1m38s
textsender_auth Build / build (push) Successful in 3m5s

Reviewed-on: phoenix/textsender_auth#21
This commit was merged in pull request #21.
This commit is contained in:
2026-07-10 17:42:38 -04:00
parent 3423c1eeb1
commit b3899c1480
7 changed files with 76 additions and 81 deletions
+17
View File
@@ -1 +1,18 @@
# Getting started
Quickest way to get started is with docker, make sure that it is installed. Copy over
the `.env.docker.sample` file and name it `.env`.
For `SECRET_KEY` provide a key that is at least 32-characters. This is used for token
creation. Additionally, provide credentials for the database for the `DB_*` keys.
Make sure that `ENABLE_REGISTRATION` is set to true, otherwise registration will not work.
Build the container
```
docker compose build
```
Bring up the container
```
docker compose up
```