···61616262- `ZDS_PUBLIC_URL`: public PDS origin.
6363- `ZDS_SERVER_DID`: PDS service DID, usually `did:web:<host>`.
6464+- `ZDS_HOST`: bind address. Default: `127.0.0.1`, or `0.0.0.0` in the
6565+ container image.
6666+- `ZDS_PORT`: bind port. Default: `2583`.
6767+- `ZDS_DB`: SQLite database path. Default: `dev/zds.sqlite3`, or
6868+ `/data/zds.sqlite3` in the container image. `ZDS_DB_PATH` is accepted as a
6969+ compatibility alias when `ZDS_DB` is unset.
6470- `ZDS_PLC_ROTATION_KEY`: PDS rotation authority private key. Accepts the
6571 official PDS 32-byte secp256k1 hex form and the private multikey form emitted
6672 by PDS Moover. New `did:plc` accounts use this as the PDS rotation authority.
···127133just docker-publish
128134just docker-publish v0.1.0
129135just docker-publish-current
130130-just docker-publish-release v0.0.2
136136+just docker-publish-release v0.0.3
131137```
132138133139## releases