generated from coop-cloud/example
refactor!: use short password name as 2nd password
This commit is contained in:
parent
fd9a69890a
commit
bbf43daa94
@ -8,5 +8,4 @@ DOMAIN=abra-integration-test-recipe.example.com
|
|||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
SECRET_TEST_PASSWORD_VERSION=v1
|
SECRET_TEST_PASSWORD_VERSION=v1
|
||||||
SECRET_TEST_PASSWORD_TWO_VERSION=v1 # length=10
|
SECRET_TP2_VERSION=v1 # length=10
|
||||||
SECRET_TP3_VERSION=v1 # length=50
|
|
||||||
|
@ -10,8 +10,7 @@ services:
|
|||||||
- test-volume:/var/www
|
- test-volume:/var/www
|
||||||
secrets:
|
secrets:
|
||||||
- test_password
|
- test_password
|
||||||
- test_password_two
|
- tp2
|
||||||
- tp3
|
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -47,9 +46,9 @@ secrets:
|
|||||||
test_password_two:
|
test_password_two:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
|
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
|
||||||
tp3:
|
tp2:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_tp3_${SECRET_TP3_VERSION}
|
name: ${STACK_NAME}_tp3_${SECRET_TP2_VERSION}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
test-volume:
|
test-volume:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user