Added ssh default for building docker image #33

Merged
phoenix merged 5 commits from docker_ssh_default into devel 2025-04-27 16:31:13 +00:00
Showing only changes of commit be1100b3fe - Show all commits

View File

@@ -1,20 +0,0 @@
# 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
```