Dev environment (#338)

Add dev env
This commit is contained in:
Jose Fernández
2023-03-02 18:14:10 +01:00
committed by GitHub
parent c3eaf023c7
commit 8a0da10a87
7 changed files with 266 additions and 1 deletions

6
dev/script/console Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export HOST_UID="$(id -u)"
export HOST_GID="$(id -g)"
docker-compose -f "${DIR}/../docker-compose.yaml" run --rm pgcat-shell