Clarify Docker deployment
This commit is contained in:
parent
bf41effadc
commit
9abdb04fbd
@ -52,6 +52,9 @@ siweoidc.example.com/.w*
|
|||||||
|
|
||||||
### Stand-Alone Binary
|
### Stand-Alone Binary
|
||||||
|
|
||||||
|
> Note that currently the published Docker image doesn't support all wallets due
|
||||||
|
> to the need of bundling secrets for web3modal at compile-time.
|
||||||
|
|
||||||
#### Dependencies
|
#### Dependencies
|
||||||
|
|
||||||
Redis, or a Redis compatible database (e.g. MemoryDB in AWS), is required.
|
Redis, or a Redis compatible database (e.g. MemoryDB in AWS), is required.
|
||||||
@ -111,7 +114,7 @@ A Docker Compose is available to test the IdP locally with Keycloak.
|
|||||||
|
|
||||||
1. You will first need to run:
|
1. You will first need to run:
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose -f test/docker-compose.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
2. And then edit your `/etc/hosts` to have `siwe-oidc` point to `127.0.0.1`.
|
2. And then edit your `/etc/hosts` to have `siwe-oidc` point to `127.0.0.1`.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
siwe-oidc:
|
siwe-oidc:
|
||||||
build: .
|
build: ..
|
||||||
image: ghcr.io/spruceid/siwe_oidc:latest
|
image: ghcr.io/spruceid/siwe_oidc:latest
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
Loading…
x
Reference in New Issue
Block a user