mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2026-09-10 19:51:13 +03:00
Prevent docker compose from attempting to pull BitBetter images from the Docker repository (#219)
Co-authored-by: Vadim Iouchkov <vadim.iouchkov@d-gl.de>
This commit is contained in:
co-authored by
Vadim Iouchkov
parent
bfc821e918
commit
38c43a43c9
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user