Skip to content

amercader/munibot_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Munibot API

Running it locally

Run with Docker. First build it:

docker build -t munibot-backend .

Then run it, mounting the main SQLite database as a volume:

docker run -d --name munibot-backend -p 80:80 -v /source/to/munibot.sqlite:/opt/munibot/munibot.sqlite munibot-backend

Production setup

Traefik acts as a reverse proxy, handling SSL automatically. Configured to run at https://api.munibot.amercader.net:

docker-compose up -d

About

Server side utilities for Munibot

Resources

Stars

Watchers

Forks