starting on recipe

This commit is contained in:
notplants
2026-02-19 15:54:21 -05:00
parent d7b2feb2d5
commit 9ad93b86d2
5 changed files with 121 additions and 0 deletions

8
entrypoint.sh.tmpl Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
set -e
export PDS_JWT_SECRET=$(cat /run/secrets/pds_jwt_secret)
export PDS_ADMIN_PASSWORD=$(cat /run/secrets/pds_admin_password)
export PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=$(cat /run/secrets/pds_plc_rotation_key)
exec node --enable-source-maps index.js