auth-server/pocket-id/README.md

696 B

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. 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