Page MenuHomeDevCentral

Configuration file for forum container
ClosedPublic

Authored by dereckson on Nov 19 2015, 02:29.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 01:39
Unknown Object (File)
Sat, Nov 9, 23:37
Unknown Object (File)
Fri, Nov 8, 18:49
Unknown Object (File)
Thu, Nov 7, 20:33
Unknown Object (File)
Thu, Nov 7, 01:56
Unknown Object (File)
Fri, Nov 1, 17:49
Unknown Object (File)
Thu, Oct 31, 14:59
Unknown Object (File)
Sun, Oct 27, 17:57
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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 77
Build 77: arc lint + arc unit

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.