closes #20 --------- Co-authored-by: Danny Groenewegen <danny@ecommons.space> Reviewed-on: #21 Reviewed-by: ammaratef45 <ammaratef45@proton.me> Reviewed-by: Danny Groenewegen <247+dannygroenewegen@noreply.git.coopcloud.tech> Co-authored-by: f <f@sutty.nl>
14 lines
216 B
YAML
14 lines
216 B
YAML
---
|
|
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
secrets:
|
|
- source: scrape_auth
|
|
target: scrape_auth
|
|
|
|
secrets:
|
|
scrape_auth:
|
|
external: true
|
|
name: ${STACK_NAME}_scrape_auth_${SECRET_SCRAPE_AUTH_VERSION}
|