Postgres
Image: postgres:17
- Port 5432/tcp
- 10 GB volume at /var/lib/postgresql/data
- 1 vCPU · 1 GB
Template · Auth
Identity and access management (OIDC/SAML) with PostgreSQL.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
2 services in the environment you pick, on the private network of the project.
quay.io/keycloak/keycloak:26.3 started with kc.sh start behind the platform's TLS proxy, PostgreSQL 17. Bootstrap admin credentials are generated.
Image: postgres:17
Image: quay.io/keycloak/keycloak:26.3
/opt/keycloak/bin/kc.sh start
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| POSTGRES_USER | postgresSuperuser name |
| POSTGRES_PASSWORD | generated (password)Generated at deploy |
| POSTGRES_DB | keycloakDatabase created on first start |
| PGDATA | /var/lib/postgresql/data/pgdata |
| DATABASE_URL | postgresql://${{self.POSTGRES_USER}}:${{self.POSTGRES_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{self.POSTGRES_DB}}Connection string on the private network |
| Name | Value |
|---|---|
| KC_DB | postgres |
| KC_DB_URL | jdbc:postgresql://${{Postgres.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{Postgres.POSTGRES_DB}} |
| KC_DB_USERNAME | ${{Postgres.POSTGRES_USER}} |
| KC_DB_PASSWORD | ${{Postgres.POSTGRES_PASSWORD}} |
| KC_HOSTNAME | https://${{self.SKIFFLY_PUBLIC_DOMAIN}} |
| KC_HTTP_ENABLED | true |
| KC_PROXY_HEADERS | xforwarded |
| KC_HEALTH_ENABLED | true |
| KC_BOOTSTRAP_ADMIN_USERNAME | admin |
| KC_BOOTSTRAP_ADMIN_PASSWORD | generated (password) |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.