dev: refactoring + lokalise fetch + process

This commit is contained in:
NGPixel
2017-12-03 21:11:26 -05:00
parent 26e3e21005
commit e55c5805b4
95 changed files with 226 additions and 3344 deletions

View File

@@ -0,0 +1,19 @@
version: '3'
services:
wikidb:
image: mongo
expose:
- '27017'
command: '--smallfiles --logpath=/dev/null'
volumes:
- ./data/mongo:/data/db
wikijs:
image: 'requarks/wiki:latest'
links:
- wikidb
ports:
- '80:3000'
environment:
WIKI_ADMIN_EMAIL: admin@example.com
volumes:
- ./config.yml:/var/wiki/config.yml