OrbitalBeat/scripts/psql.sh
DataHoarder dbcd5a6cc9
All checks were successful
continuous-integration/drone/push Build is passing
Go 1.18 update, added README instructions, extend mime types
2022-02-08 19:31:41 +01:00

10 lines
212 B
Bash
Executable file

#!/bin/bash
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
cd "${SCRIPT_DIR}/.."
source .env
docker-compose exec --env PGPASSWORD=orbeat db psql --host db --username orbeat orbeat "$@"