Skip to content

Docker Compose file for setting up our Nextcloud environment

Notifications You must be signed in to change notification settings

BEST-Aalborg/nextcloud-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

Intro

This setup of Nextcloud is used by BEST Aalborg, use it if you want.

Setup

  1. Clone repo and cd into it
  2. run cp config.env.sample config.env
  3. modify the config file config.env
  4. Create all the need folders, use magic one-liner cat docker-compose.yml | yq -r '.volumes[].driver_opts.device' | tr '\n' '\0' | xargs -0 -I '{}' bash -c 'source <(grep "^DATA_PATH=" .env); mkdir -vp "{}"'

About

Docker Compose file for setting up our Nextcloud environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published