You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/groups/pgsql-repl/docker-compose-init.bash

11 lines
150 B

#!/bin/bash
set -e
. constants
docker build -t postgres-tc:17 .
docker compose up -d
./bin/docker-pgsql-post.bash && ./bin/docker-proxy-post.bash