Set up PocketID login
This commit is contained in:
parent
c518a377fd
commit
1c34e0cb07
7 changed files with 75 additions and 6 deletions
20
pocket-id/README.md
Normal file
20
pocket-id/README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Pocket ID README
|
||||
## what
|
||||
The Docker Compose and `.env` files that run Pocket ID
|
||||
|
||||
## where
|
||||
```
|
||||
/srv/pocket-id/docker-compose.yml
|
||||
/srv/pocket-id/.env
|
||||
```
|
||||
|
||||
## redacted values
|
||||
For security, secrets have been redacted from this file. StarCat team members can find these values in [1Password](https://start.1password.com/open/i?a=B5NVCNGFJBCCLCDCN5FKFPGVBI&v=35hhast2kp5lgw3iud374426oa&i=ahsb5ohjmkyvfuoudj564xucgy&h=starcatsys.1password.com). Soon, these values will be autofilled from Vault when the container starts.
|
||||
|
||||
## making changes
|
||||
If you make changes to `.env` or need to upgrade Pocket ID, just pull the latest image and restart the service:
|
||||
|
||||
```
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue