mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-16 06:27:01 +02:00
Add automated tagging
This commit is contained in:
@ -32,4 +32,7 @@ GITEA_DB_NAME="gitea"
|
||||
GITEA_DB_USR="gitea"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
GITEA_DB_PWD="$(random_password)"
|
||||
GITEA_DB_PWD="$(random_password)"
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="nginx,postgresql"
|
Reference in New Issue
Block a user