auth-server/pocket-id/README.md

20 lines
No EOL
696 B
Markdown

# 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
```