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
2019-07-28 11:02:11 +02:00
ansible Remove shadowsocks 2019-07-28 11:02:11 +02:00
dokuwiki More 7.0 to 7.3 updates 2019-07-28 10:33:29 +02:00
gitlab Remove unused Dockerfiles 2018-01-30 22:28:42 +00:00
html Update website commit 2018-01-31 19:09:19 +00:00
nextcloud Set NEXTCLOUD_UPDATE in dockerfile 2018-12-18 20:18:02 +00:00
proxy Update permissions to cron.d script for certbot 2019-07-27 23:53:30 +02:00
.gitlab-ci.yml Revert "Add dind build" 2018-12-18 01:41:09 +00:00
.gitmodules Update .gitmodules to use HTTPS instead of SSH 2018-12-15 21:34:06 +00:00
docker-compose.yml Remove shadowsocks 2019-07-28 11:02:11 +02:00
LICENSE Update LICENSE 2018-12-10 09:54:04 +00:00
loki-server.service Change volume names and working directory 2018-01-25 08:45:11 +00:00
Makefile Remove shadowsocks 2019-07-28 11:02:11 +02:00
README.rst Update README 2018-12-10 08:17:52 +00:00
update.sh Prune containers after update as well 2018-12-18 18:39:20 +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 DANGLING DOCKER IMAGES``

::

   ./update.sh

A dangling image is one that does not have a tag, i.e., it is listed with a
``<none>`` tag. The update pulls new versions of the images being used so all
old images will now be left untagged and thus removed. However, if you have
other untagged images, this will remove them as well.