Skip to content

Commit

Permalink
fix(ui): docker compose with auth (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Feb 6, 2025
1 parent 76c3fca commit bd7b4e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose-with-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
image: us-central1-docker.pkg.dev/keephq/keep/keep-ui
environment:
- AUTH_TYPE=DB
- NEXTAUTH_SECRET=verysecretkey
- API_URL=http://keep-backend:8080
volumes:
- ./state:/state
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/authentication/db-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ To start Keep with DB authentication, set the following environment variables:
|--------------------|:-----------:|:--------:|:----------------:|:-------------:|
| AUTH_TYPE | Set to 'DB' for database authentication | Yes | Both | - |
| KEEP_JWT_SECRET | Secret for JWT token generation | Yes | Backend | - |
| KEEP_DEFAULT_USERNAME | Default admin username | No | Backend | admin |
| KEEP_DEFAULT_PASSWORD | Default admin password | No | Backend | admin |
| KEEP_DEFAULT_USERNAME | Default admin username | No | Backend | keep |
| KEEP_DEFAULT_PASSWORD | Default admin password | No | Backend | keep |
| KEEP_FORCE_RESET_DEFAULT_PASSWORD | Override the current admin password | No | Backend | false |

### Example configuration
Expand Down

0 comments on commit bd7b4e3

Please sign in to comment.