Skip to content

Commit 878c4de

Browse files
committed
Allow overriding secrets dir
1 parent d5b29b3 commit 878c4de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ volumes:
8080

8181
secrets:
8282
db_password.txt:
83-
file: ./secrets/db_password.txt
83+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/db_password.txt
8484
github_token.txt:
85-
file: ./secrets/github_token.txt
85+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/github_token.txt
8686
halide_bb_pass.txt:
87-
file: ./secrets/halide_bb_pass.txt
87+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/halide_bb_pass.txt
8888
webhook_token.txt:
89-
file: ./secrets/webhook_token.txt
89+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/webhook_token.txt
9090
buildbot_www_pass.txt:
91-
file: ./secrets/buildbot_www_pass.txt
91+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/buildbot_www_pass.txt
9292
pypi_htpasswd.txt:
93-
file: ./secrets/pypi_htpasswd.txt
93+
file: ${HALIDE_BB_MASTER_SECRETS_DIR:-./secrets}/pypi_htpasswd.txt

0 commit comments

Comments
 (0)