Docker changes #31

Merged
phoenix merged 19 commits from docker_changes into devel 2025-04-13 18:38:40 +00:00
Showing only changes of commit aa7b96a140 - Show all commits

21
READEME.md Normal file
View File

@@ -0,0 +1,21 @@
# Getting started
Take notice of the .env.sample files and create copies without the .sample in the name.
`.env.sample` -> `.env`
`auth_db.env.sample` -> `auth_db.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
```