feat: new short password name

This commit is contained in:
decentral1se 2023-09-25 08:18:07 +02:00
parent f245be351f
commit fd9a69890a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,4 @@ LETS_ENCRYPT_ENV=production
SECRET_TEST_PASSWORD_VERSION=v1
SECRET_TEST_PASSWORD_TWO_VERSION=v1 # length=10
SECRET_TP3_VERSION=v1 # length=50

View File

@ -11,6 +11,7 @@ services:
secrets:
- test_password
- test_password_two
- tp3
deploy:
restart_policy:
condition: on-failure
@ -46,6 +47,9 @@ secrets:
test_password_two:
external: true
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
tp3:
external: true
name: ${STACK_NAME}_tp3_${SECRET_TP3_VERSION}
volumes:
test-volume: