From f245be351fa86ebeda26a43793b81a10bfff2115 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 25 Sep 2023 00:38:50 +0200 Subject: [PATCH] feat: new test password (length) --- .env.sample | 1 + compose.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.env.sample b/.env.sample index df8c4b4..666bb96 100644 --- a/.env.sample +++ b/.env.sample @@ -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 diff --git a/compose.yml b/compose.yml index 8d807dc..e14a218 100644 --- a/compose.yml +++ b/compose.yml @@ -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: