PostgreSQL and Redis with browser-based admin: Adminer for quick SQL across engines and pgweb for a focused Postgres client. Point apps at these on 127.0.0.1.
nomad-pack registry add nomploy github.com/Nomploy/nomad-packs nomad-pack run postgres --registry nomploy nomad-pack run redis --registry nomploy nomad-pack run adminer --registry nomploy nomad-pack run pgweb --registry nomploy
PostgreSQL โ the world's most advanced open-source relational database, deployed as a host-networked Nomad service with a persistent Docker volume.
Redis โ an in-memory data store used as a database, cache, and message broker, deployed as a host-networked Nomad service with AOF persistence on a Docker volume.
Adminer โ a full-featured database management tool in a single PHP file (PostgreSQL, MySQL/MariaDB, SQLite, and more). Deployed as a stateless host-networked Nomad service; pairs with the postgres/mariadb packs.
pgweb โ a fast, lightweight, browser-based PostgreSQL client: browse tables, run queries, inspect schemas, and export results. Deployed as a stateless host-networked Nomad service in sessions mode, so each user enters their own connection in the UI. Pairs with the postgres pack.
Highlighted variables are placeholders (passwords, secret keys) you should change before production. Open a pack for its full variable table and a copy-paste values.hcl.