feat: create stable hash based on apikey rather than hostname

This commit is contained in:
Eli Bosley
2024-08-23 11:27:39 -04:00
parent e95f7a1a03
commit 587bbb3b4d
5 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
# Pass all entered params after the docker compose call
GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') docker compose -f docker-compose.yml "$@"
COMPOSE_PROJECT_NAME="connect" GIT_SHA=$(git rev-parse --short HEAD) IS_TAGGED=$(git describe --tags --abbrev=0 --exact-match || echo '') docker compose -f docker-compose.yml "$@"