This repository has been archived on 2020-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud.test.autonomic.zone/helpers.sh

7 lines
223 B
Bash
Raw Normal View History

2020-06-29 12:29:16 +00:00
#!/bin/bash
create-secrets () {
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" -
2020-06-29 14:28:29 +00:00
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION}" -
2020-06-29 12:29:16 +00:00
}