Add initial Docker configuration files for Linkwarden setup
This commit is contained in:
commit
14ea341370
3 changed files with 46 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Docker compose file for Linkwarden
|
||||
|
||||
Docker-compose file to be used with Linkwarden.
|
||||
|
||||
## Base environment
|
||||
```
|
||||
PORT=
|
||||
POSTGRES_PASSWORD=
|
||||
```
|
||||
|
||||
## OIDC
|
||||
```
|
||||
NEXT_PUBLIC_AUTHENTIK_ENABLED=true
|
||||
AUTHENTIK_CUSTOM_NAME=
|
||||
AUTHENTIK_ISSUER=
|
||||
AUTHENTIK_CLIENT_ID=
|
||||
AUTHENTIK_CLIENT_SECRET=
|
||||
```
|
Reference in a new issue