generated from coop-cloud/example
feat: new short password name
This commit is contained in:
parent
f245be351f
commit
fd9a69890a
@ -9,3 +9,4 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_TEST_PASSWORD_VERSION=v1
|
||||
SECRET_TEST_PASSWORD_TWO_VERSION=v1 # length=10
|
||||
SECRET_TP3_VERSION=v1 # length=50
|
||||
|
@ -11,6 +11,7 @@ services:
|
||||
secrets:
|
||||
- test_password
|
||||
- test_password_two
|
||||
- tp3
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -46,6 +47,9 @@ secrets:
|
||||
test_password_two:
|
||||
external: true
|
||||
name: ${STACK_NAME}_test_password_two_${SECRET_TEST_PASSWORD_TWO_VERSION}
|
||||
tp3:
|
||||
external: true
|
||||
name: ${STACK_NAME}_tp3_${SECRET_TP3_VERSION}
|
||||
|
||||
volumes:
|
||||
test-volume:
|
||||
|
Loading…
x
Reference in New Issue
Block a user