forked from toolshed/abra-test-recipe
Compare commits
2 Commits
180122518f
...
09f1708a4d
Author | SHA1 | Date | |
---|---|---|---|
09f1708a4d | |||
ad66809d41 |
@ -12,3 +12,4 @@ LETS_ENCRYPT_ENV=production
|
||||
SECRET_TEST_PASS_ONE_VERSION=v1
|
||||
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
|
||||
#SECRET_EXTRA_PASS_VERSION=v1
|
||||
#SECRET_LONG_SECRET_VERSION=v1
|
||||
|
12
compose.long_secret.yml
Normal file
12
compose.long_secret.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
secrets:
|
||||
- long_secret
|
||||
|
||||
secrets:
|
||||
long_secret:
|
||||
external: true
|
||||
name: ${STACK_NAME}_long_secret1234567890_${SECRET_LONG_SECRET_VERSION}
|
Loading…
x
Reference in New Issue
Block a user