Merge branch 'master' into patch-1

This commit is contained in:
h44z 2024-11-24 19:07:38 +01:00 committed by GitHub
commit e4636b9dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,9 +35,11 @@ then
echo "services:"
echo " api:"
echo " image: bitbetter/api:$BW_VERSION"
echo " pull_policy: never"
echo ""
echo " identity:"
echo " image: bitbetter/identity:$BW_VERSION"
echo " pull_policy: never"
echo ""
} > $BITWARDEN_BASE/bwdata/docker/docker-compose.override.yml
echo "BitBetter docker-compose override created!"