feat: add distinct version for wildcard key secret

This commit is contained in:
Chris (wolcen) Thompson 2024-01-11 21:38:44 -05:00
parent cd92c909ba
commit 998190f684
2 changed files with 3 additions and 2 deletions

View File

@ -56,6 +56,7 @@ COMPOSE_FILE="compose.yml"
# abra app secrets insert {myapp.example.coop} ssl_key v1 "$(cat /path/to/privkey.pem)"
#WILDCARDS_ENABLED=1
#SECRET_WILDCARD_CERT_VERSION=v1
#SECRET_WILDCARD_KEY_VERSION=v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.wildcard.yml"
#####################################################################

View File

@ -12,5 +12,5 @@ secrets:
name: ${STACK_NAME}_ssl_cert_${SECRET_WILDCARD_CERT_VERSION}
external: true
ssl_key:
name: ${STACK_NAME}_ssl_key_${SECRET_WILDCARD_CERT_VERSION}
external: true
name: ${STACK_NAME}_ssl_key_${SECRET_WILDCARD_KEY_VERSION}
external: true