mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-30 00:01:07 +00:00
Implemented vars, tasks and templates for central database setup until mastodon role
This commit is contained in:
@@ -41,15 +41,11 @@ services:
|
||||
|
||||
{% include 'templates/docker-redis-service.yml.j2' %}
|
||||
|
||||
{% if not enable_central_database %}
|
||||
{% include 'templates/docker-postgres-service.yml.j2' %}
|
||||
{% endif %}
|
||||
{% include 'templates/docker-{{ database_type }}-service.yml.j2' %}
|
||||
|
||||
volumes:
|
||||
redis:
|
||||
config:
|
||||
logs:
|
||||
data:
|
||||
{% if not enable_central_database %}
|
||||
database:
|
||||
{% endif %}
|
||||
{% include 'templates/docker-database-volume.yml.j2' %}
|
||||
|
||||
Reference in New Issue
Block a user