0
0
Fork 0

feat: new test password (length)

This commit is contained in:
decentral1se 2023-09-25 00:38:50 +02:00
parent 41de24e6de
commit f245be351f
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,4 @@ DOMAIN=abra-integration-test-recipe.example.com
LETS_ENCRYPT_ENV=production
SECRET_TEST_PASSWORD_VERSION=v1
SECRET_TEST_PASSWORD_TWO_VERSION=v1 # length=10

View File

@ -10,6 +10,7 @@ services:
- test-volume:/var/www
secrets:
- test_password
- test_password_two
deploy:
restart_policy:
condition: on-failure
@ -42,6 +43,9 @@ secrets:
test_password:
external: true
name: ${STACK_NAME}_test_password_${SECRET_TEST_PASSWORD_VERSION}
test_password_two:
external: true
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
volumes:
test-volume: