Skip to content

Instantly share code, notes, and snippets.

@fdonzello
Created March 9, 2026 13:55
Show Gist options
  • Select an option

  • Save fdonzello/dbf6b62860a9480df31fa00b2a874206 to your computer and use it in GitHub Desktop.

Select an option

Save fdonzello/dbf6b62860a9480df31fa00b2a874206 to your computer and use it in GitHub Desktop.
Postgres
podman run -d \
--name postgres-quarkus \
-e POSTGRES_USER=quarkus \
-e POSTGRES_PASSWORD=quarkus \
-e POSTGRES_DB=quarkusshop \
-p 5444:5432 \
-v pgdata:/var/lib/postgresql/data \
postgres:17-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment