diff --git a/.env.sample b/.env.sample index 8e8aa12..14f696b 100644 --- a/.env.sample +++ b/.env.sample @@ -8,4 +8,4 @@ DOMAIN=abra-integration-test-recipe.example.com LETS_ENCRYPT_ENV=production SECRET_TEST_PASSWORD_VERSION=v1 -SECRET_TP2_VERSION=v1 # length=10 +SECRET_TP_VERSION=v1 # length=10 diff --git a/compose.yml b/compose.yml index 8462563..d4b3eb2 100644 --- a/compose.yml +++ b/compose.yml @@ -10,7 +10,7 @@ services: - test-volume:/var/www secrets: - test_password - - tp2 + - tp deploy: restart_policy: condition: on-failure @@ -43,12 +43,9 @@ secrets: test_password: external: true name: ${STACK_NAME}_test_password_${SECRET_TEST_PASSWORD_VERSION} - test_password_two: + tp: external: true - name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION} - tp2: - external: true - name: ${STACK_NAME}_tp3_${SECRET_TP2_VERSION} + name: ${STACK_NAME}_tp_${SECRET_TP_VERSION} volumes: test-volume: