forked from bashclub/zamba-lxc-toolbox
Add automated tagging
This commit is contained in:
@ -26,4 +26,7 @@ VAULTWARDEN_DB_NAME="vaultwarden"
|
||||
VAULTWARDEN_DB_USR="vaultwarden"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
VAULTWARDEN_DB_PWD="$(random_password)"
|
||||
VAULTWARDEN_DB_PWD="$(random_password)"
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="nginx,postgresql"
|
Reference in New Issue
Block a user