Skip to content

Docker compose configuration for running dockerized nextcloud and onlyoffice behind the jwilder/nginx-proxy with letsencrypt

Notifications You must be signed in to change notification settings

afarrapeira/docker-compose-nginx-letsencrypt-proxy-nextcloud-onlyoffice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-nginx-letsencrypt-proxy-nextcloud-onlyoffice

Docker compose configuration for running dockerized nextcloud and onlyoffice behind the jwilder/nginx-proxy with letsencrypt

setup

  1. Set or change all MySQL-passwords in:
  • /nextcloud/.db.env
  • /nextcloud/docker-compose.yml
  • /onlyoffice/initialize.sh
  • /onlyoffice/docker-compose.yml
  1. Set your IP at /nginx-proxy-letsencrypt/docker-compose.yml
  2. Set your hostname and E-Mail (VRTUAL_HOST, LETSENCRYPT_HOST, LETSENCRYPT_EMAIL) in:
  • /nextcloud/docker-compose
  • /onlyoffice/docker-compose.yml
  1. Run following commands for initializing:
  • cd nginx-proxy-letsencrypt
  • ./initialize.sh
  • cd ../onlyoffice
  • ./initialize.sh
  1. Run following commands for starting the servers:
  • cd ../nginx-proxy-letsencrypt
  • docker-compose up -d
  • cd ../nextcloud
  • docker-compose up -d
  • cd ../onlyoffice
  • docker-compose up -d
  1. Enjoy

About

Docker compose configuration for running dockerized nextcloud and onlyoffice behind the jwilder/nginx-proxy with letsencrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%