alekseenkoss77.discourse

Discourse with Docker

Setup Discourse on your server using Docker

Installation

ansible-galaxy install alekseenkoss77.discourse

Role Variables

defaults/main.yml

discourse_app:
  user: web
  root_path: '/var/discourse'
  default_locale: en
  lang: en_US.UTF-8
  unicorn_workers: 3
  cdn_url: '//discourse-cdn.example.com'
  git_revision: tests-passed
  hostname: 'discourse.example.com'
  admins:
    - [email protected]
  db:
    search_conf: "pg_catalog.english"
    db_shared_buffers: 256MB
    db_work_mem: 40MB
  smtp:
    address: smtp.example.com
    port: 587
    user: '[email protected]'
    pass: 'pa$$word'
    tls: true

Example Playbook

  - hosts: servers
    roles:
       - alekseenkoss77.discourse
About

Ansible role for set up Discourse using Docker

Install
ansible-galaxy install alekseenkoss77.discourse
GitHub repository
License
Unknown
Downloads
170