Dockerfiles for Loki
This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-01-24 22:48:47 +00:00
certbot Add nextcloud cron and fix certbot cron 2017-09-17 13:01:11 +01:00
dokuwiki Use SSL 2017-09-17 03:15:10 +01:00
gitlab Add SSH config to GitLab 2017-09-17 13:14:02 +01:00
html Initial commit 2017-09-16 17:04:02 +01:00
nextcloud Add nextcloud cron and fix certbot cron 2017-09-17 13:01:11 +01:00
proxy Require HSTS only on configured domains and sub-domains 2017-09-24 20:46:00 +01:00
runner Add a runner image for GitLab 2018-01-23 00:05:04 +00:00
.gitmodules Initial commit 2017-09-16 17:04:02 +01:00
docker-compose.yml Don't build containers which just mount files from repo 2018-01-24 19:27:06 +00:00
loki-server.service Add service, update, and README files 2018-01-24 22:46:39 +00:00
Makefile Add service, update, and README files 2018-01-24 22:46:39 +00:00
README.rst Fix up README 2018-01-24 22:48:47 +00:00
update.sh Add service, update, and README files 2018-01-24 22:46:39 +00:00

Loki
====

Docker files for my server, Loki.

Installation
------------

The following command will install the service file, reload systemd, and enable
the service

::

   make install

Uninstall with

::

   make uninstall

Usage
-----

To start the service run

::

   service loki-server start

To stop run

::

   service loki-server stop

To restart

::

   service loki-server restart

Note that ``docker-compose`` might have issues with HTTP timeout so you may
have to increase the ``COMPOSE_HTTP_TIMEOUT`` environment variable. ``300``
should be enough.

Updating
--------

To update the images and restart run

``WARNING: THIS WILL REMOVE ALL UNUSED DOCKER IMAGES``

::

   ./update.sh