14 lines
307 B
YAML
14 lines
307 B
YAML
---
|
|
services:
|
|
app:
|
|
environment:
|
|
MASTODON_CLIENT_ID: "${MASTODON_CLIENT_ID}"
|
|
MASTODON_URL: "${MASTODON_URL}"
|
|
secrets:
|
|
- mastodon_client_secret
|
|
|
|
secrets:
|
|
mastodon_client_secret:
|
|
name: ${STACK_NAME}_mastodon_client_secret_${SECRET_MASTODON_CLIENT_VERSION}
|
|
external: true
|