1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nextcloud.git synced 2024-11-21 14:53:00 +00:00
(mirror) Convenience bundle for kiwi-scp
Find a file
2023-08-09 22:42:25 +02:00
nginx Initial commit 2022-03-10 01:39:27 +01:00
.drone.yml "when branch = master" 2023-07-08 00:41:57 +02:00
Dockerfile Upgrade s6 overlay 3.0.0.2-2 -> 3.1.5.0 2023-08-09 22:42:25 +02:00
LICENSE documentation 2022-03-10 01:56:37 +01:00
README.md documentation 2022-03-10 01:56:37 +01:00
zzz-kiwi.conf expand FPM pool 2022-10-23 03:25:37 +02:00

kiwi-nextcloud

Build Status

kiwi - simple, consistent, powerful

Convenience bundle for kiwi-scp. Also on Docker Hub.

Use Case

kiwi-nextcloud bundles the Nextcloud fpm with an nginx proxy as one container. These are commonly deployed as separate containers like this.

The web container in these setups is often overlooked and the additional nginx.conf needed is an unnecessary source for errors. Standardize your kiwi-scp instances!

Each kiwi-nextcloud:n image derives from the official nextcloud:n-fpm-alpine images and recognizes the same docker options.

Typical usage in docker-compose.yml sections:

wep-app:
  image: yavook/kiwi-nextcloud:n
  volumes:
    - nextcloud:/var/www/html

Refer to the official Nextcloud Guides on how to set up your instance.