Code Monkey home page Code Monkey logo

misago-docker's Introduction

misago-docker

DEPRECATED. Use official docker solution. https://github.com/rafalp/misago_docker. The contents of the repo can still be useful for people who run custom setups.

A docker standalone compose setup for running Misago with dependecies.

This setup configures and runs for following services:

  • Misago
  • Postgres
  • Redis
  • Nginx (reverse proxy)

Configuring Postgres

Edit credentials in postgres.env.

POSTGRES_USER=misago
POSTGRES_PASSWORD=misago
POSTGRES_DB=misago

Configure Misago

Edit the misagodocker.env file.

MISAGO_SUPERUSER_USERNAME=admin
MISAGO_SUPERUSER_PASSWORD=qwertyuiop
[email protected]

Set the correct virtualhost name for your forum. It can take multiple comma separated values if needed (no spaces).

VIRTUAL_HOST=misago.test

Replace the secret key with this secret key generator.

SECRET_KEY=replaceme

Running Stuff

Start the compose setup and the forum should be available at the virtualhost name shortly.

docker-compose up -d

misago-docker's People

Contributors

einarf avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rafalp

misago-docker's Issues

gzip in uwsgi

FYI: There is something fishy with the gzip setup in uwsgi.ini. Not all browsers are too happy with it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.