Page MenuHomeDevCentral

Configuration file for forum container
ClosedPublic

Authored by dereckson on Nov 19 2015, 02:29.
Tags
None
Referenced Files
F2830574: D72.id169.diff
Fri, Apr 19, 12:54
Unknown Object (File)
Wed, Apr 17, 23:36
Unknown Object (File)
Mon, Apr 15, 05:26
Unknown Object (File)
Sun, Apr 14, 11:23
Unknown Object (File)
Sun, Apr 14, 06:33
Unknown Object (File)
Wed, Apr 10, 11:00
Unknown Object (File)
Tue, Apr 9, 03:10
Unknown Object (File)
Sat, Apr 6, 09:26
Subscribers
None

Details

Summary

Discourse uses a YAML configuration file to configure the Docker
image and container.

This template allows to regenerate /var/discourse/containers/forum.yml

Starting point is the standalone configuration shipped with the
Discourse Docker image repository. It exposes the port 32080,
uses Mandrill and install some plugins.

Plugins:

  • docker_manager
  • Mathjax

This template relies on getcredentials to get Mandrill credentials.

Test Plan

launch image with the configuration file

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Configuration file for forum container.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson added inline comments.
config/forum/forum.yml.tmpl
3

Add URL.

23

To be coherent, ' would be better.

44

Some plugins are shipped with Docker, so this is not necessary.

dereckson marked 3 inline comments as done.
dereckson edited edge metadata.

Adressed inline comments.

dereckson edited edge metadata.
This revision is now accepted and ready to land.Nov 19 2015, 02:38
This revision was automatically updated to reflect the committed changes.