wasmcloud/scripts/devel_db.sh

14 lines
222 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
docker \
run \
--name wasmcloud-postgres \
-e POSTGRES_PASSWORD=hunter2 \
-e POSTGRES_DB=wasmcloud \
-p 5432:5432 \
-d \
postgres:alpine