parent
e13ac3937a
commit
971ec1e987
@ -0,0 +1,5 @@ |
||||
export PASSWORD_STORE_DIR=$(pwd)/../../Infrastructure/infrastructure/credentials/password-store |
||||
|
||||
export DB_ROOT_PASSWD_VERSION=v1 |
||||
export DOMAIN=nextcloud.swarm.autonomic.zone |
||||
export STACK_NAME=nextcloud |
@ -0,0 +1 @@ |
||||
/.envrc |
@ -0,0 +1,5 @@ |
||||
#!/bin/bash |
||||
|
||||
create-secrets () { |
||||
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" - |
||||
} |
Reference in new issue