generated from coop-cloud/example
fix: clean up password mess, drop 2
This commit is contained in:
parent
bbf43daa94
commit
37835a6cd1
@ -8,4 +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_TP2_VERSION=v1 # length=10
|
SECRET_TP_VERSION=v1 # length=10
|
||||||
|
@ -10,7 +10,7 @@ services:
|
|||||||
- test-volume:/var/www
|
- test-volume:/var/www
|
||||||
secrets:
|
secrets:
|
||||||
- test_password
|
- test_password
|
||||||
- tp2
|
- tp
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
@ -43,12 +43,9 @@ secrets:
|
|||||||
test_password:
|
test_password:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_test_password_${SECRET_TEST_PASSWORD_VERSION}
|
name: ${STACK_NAME}_test_password_${SECRET_TEST_PASSWORD_VERSION}
|
||||||
test_password_two:
|
tp:
|
||||||
external: true
|
external: true
|
||||||
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
|
name: ${STACK_NAME}_tp_${SECRET_TP_VERSION}
|
||||||
tp2:
|
|
||||||
external: true
|
|
||||||
name: ${STACK_NAME}_tp3_${SECRET_TP2_VERSION}
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
test-volume:
|
test-volume:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user