1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

change confd to hbs for unified docker templates (#2434)

* change confd to hbs tool

* use new repo owner
This commit is contained in:
Kyle Spearrin
2022-11-23 12:48:34 -05:00
committed by GitHub
parent 0795545fb8
commit 93afa93b85
7 changed files with 62 additions and 72 deletions

View File

@ -66,7 +66,7 @@ fi
# Launch a loop to rotate nginx logs on a daily basis
/bin/sh -c "/logrotate.sh loop >/dev/null 2>&1 &"
/usr/local/bin/confd -onetime -backend env
/usr/local/bin/hbs
# Enable/Disable services
sed -i "s/autostart=true/autostart=${BW_ENABLE_ADMIN}/" /etc/supervisor.d/admin.ini