generated from coop-cloud/example
feat: extra secret
This commit is contained in:
parent
ae2ba5743b
commit
d00ed79acf
@ -11,3 +11,4 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_TEST_PASSWORD_VERSION=v1
|
||||
SECRET_TP_VERSION=v1 # length=10
|
||||
#SECRET_EXTRA_VERSION=v1
|
||||
|
12
compose.extra_secret.yml
Normal file
12
compose.extra_secret.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
secrets:
|
||||
- extra
|
||||
|
||||
secrets:
|
||||
extra:
|
||||
external: true
|
||||
name: ${STACK_NAME}_extra_${SECRET_EXTRA_VERSION}
|
Loading…
x
Reference in New Issue
Block a user