|
|
|
@ -53,6 +53,10 @@ POST_LOGIN_PATH=/dashboard
|
|
|
|
> `REDIS_URL` to `redis://localhost:6379`. The Docker Compose files remap it to
|
|
|
|
> `REDIS_URL` to `redis://localhost:6379`. The Docker Compose files remap it to
|
|
|
|
> `redis://redis:6379` so the container can reach the shared Redis service.
|
|
|
|
> `redis://redis:6379` so the container can reach the shared Redis service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For production deploys copy `.env.prod` to the target host as `.env` (the compose
|
|
|
|
|
|
|
|
file loads `./.env`) and populate it with environment-specific secrets from
|
|
|
|
|
|
|
|
Vault before running the stack.
|
|
|
|
|
|
|
|
|
|
|
|
## Local Development
|
|
|
|
## Local Development
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
|