20 lines
391 B
YAML
20 lines
391 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
# vars file for mastodon
|
|
|
|
mastodon_networks:
|
|
mastodon_internal:
|
|
name: mastodon_internal
|
|
driver: bridge
|
|
disable_dns: false
|
|
mastodon_external:
|
|
name: mastodon_external
|
|
driver: bridge
|
|
disable_dns: false
|
|
|
|
mastodon_local_dirs:
|
|
- "~/mastodon/postgresql"
|
|
- "~/mastodon/redis"
|
|
- "~/mastodon/elasticsearch"
|
|
- "~/mastodon/system"
|