Implemented vars, tasks and templates for central database setup until mastodon role

This commit is contained in:
2024-01-02 21:13:34 +01:00
parent 4e09fbd3fb
commit ab7ca07ac9
76 changed files with 431 additions and 467 deletions

View File

@@ -11,13 +11,9 @@ services:
- TZ=Etc/UTC
volumes:
- ./config.toml:/listmonk/config.toml
{% include 'templates/docker-networks-for-container.yml.j2' %}
{% include 'templates/docker-depends-on-central-database.yml.j2' %}
{% if not enable_central_database %}
depends_on:
- database
{% include 'templates/docker-{{ database_type }}-service.yml.j2' %}
{% include 'templates/docker-postgres-service.yml.j2' %}
volumes:
database:
{% endif %}
{% include 'templates/docker-networks-for-role.yml.j2' %}