Files
soaricarus_auth/READEME.md
T
phoenixandphoenix fc6b66f2e6 Docker changes (#31)
Reviewed-on: phoenix/icarus_auth#31
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-04-13 18:38:38 +00:00

20 lines
337 B
Markdown

# Getting started
Take notice of the .env.sample file and create copies without the .sample in the name.
`.env.sample` -> `.env`
Ensure that all variables are populated and is correct.
## Docker
Build the images
```
docker compose build --ssh default auth_api
```
Bring it up
```
docker compose up -d --force-recreate auth_api
```