Postgres 13
ApplicationA default Postgres install that is not really editable.
Author: parker@parkervcp.comSource: pterodactyl/application-eggsUpdated: 5/24/2026 Startup Command
postgres -D /home/container/postgres_db/ & wait-port; psql -h127.0.0.1 -p{{SERVER_PORT}} --dbname postgres
Docker Images
| Label | Image |
|---|
| ghcr.io/ptero-eggs/yolks:postgres_13 | ghcr.io/ptero-eggs/yolks:postgres_13 |
Environment Variables
| Name | Variable | Default | Rules |
|---|
Superuser Name The username for the postgres superuser | PGUSER | pterodactyl | required|string|max:20 |
Superuser Password The postgres super user password with a strong default.
You should be generating new ones for each server.
If you don't then users can hit other users DB's | PGPASSWORD | Pl3453Ch4n63M3! | required|string|max:20 |