StruxaEggs Explorer

Postgres 15

Application

A 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

LabelImage
ghcr.io/ptero-eggs/yolks:postgres_15ghcr.io/ptero-eggs/yolks:postgres_15

Environment Variables

NameVariableDefaultRules
Superuser Name
The username for the postgres superuser
PGUSERpterodactylrequired|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
PGPASSWORDPl3453Ch4n63M3!required|string|max:20