bluesky-pds-docker/example.env
Nathan Price 5caac7aead Added support for non-root operation
Moved previous stages to base image.
Removed unneeded Makefile targets.
PDS_HOSTNAME must be the same as the container $hostname.
2024-12-10 20:08:12 +00:00

8 lines
No EOL
156 B
Bash

PDS_JWT_SECRET=
PDS_ADMIN_PASSWORD=
PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=
PDS_HOSTNAME=
PDS_EMAIL_SMTP_URL=
PDS_EMAIL_FROM_ADDRESS=
PUID=1000
PGID=1000