mirror of
https://github.com/geoserver/geoserver-cloud.git
synced 2025-12-08 20:16:08 +00:00
13 lines
223 B
Plaintext
Executable File
13 lines
223 B
Plaintext
Executable File
#/bin/bash
|
|
|
|
GSUID=$(id -u)
|
|
GSGID=$(id -g)
|
|
|
|
GS_USER="$GSUID:$GSGID" \
|
|
COMPOSE_PROJECT_NAME=gscloud-acceptance-pgconfig \
|
|
docker compose \
|
|
-f compose.yml \
|
|
-f catalog-pgconfig.yml \
|
|
-f acceptance.yml \
|
|
-f standalone.yml "$@"
|