Commit Graph

23 Commits

Author SHA1 Message Date
James 4275b50e2d
feat: Separate compose files (#1)
* separate postgres db into separate override compose file

* add instructions for docker compose up with or without postgres
2022-09-27 20:22:37 +01:00
James 2df8d080b3 add configurable frontend proxy network 2022-09-27 19:06:07 +01:00
James a6d7921676 update nextcloud tag to 24-apache 2022-09-27 18:46:56 +01:00
James 2248e904e3 add memory settings to nextcloud container 2022-03-17 17:57:45 +00:00
James b12f6d2261 update README with reverse proxy info 2022-02-27 16:19:06 +00:00
James a431c1d43f remove echo steps
Outputting special characters to files this way doesn't necessarily work
2022-02-27 15:40:07 +00:00
James 2e22c1ae4d update README to reflect removal of Nginx component 2022-02-27 15:39:16 +00:00
James 2e2a5596f8 fix mistake in README for previews.config.php 2022-02-27 15:38:16 +00:00
James de67d26593 remove unused nginx files
rename NGINX_HOST to NEXTCLOUD_DOMAIN
2022-02-08 23:15:15 +00:00
James 4c21dc9718 remove nginx proxy
add networks for connecting to reverse proxy
2022-02-08 18:14:51 +00:00
James 29a86b1923 fix headings level 2022-02-02 17:08:49 +00:00
James 83070ab121 add project to docker-compose command 2022-01-31 22:55:25 +00:00
James cc8b88a3e9 update README to include enabling file previews 2022-01-31 22:51:46 +00:00
James e900e463e7 add previews config file 2022-01-31 22:44:18 +00:00
James 70aa547b45 remove client_body_buffer_size 2022-01-31 22:31:32 +00:00
James 15b0eedd57 increase max_body_size and add client_body_buffer_size
This will hopefully fix nginx warn spam when uploading large files
2022-01-31 22:28:40 +00:00
James b841023bce update README 2022-01-31 21:39:54 +00:00
James cc137fd32d add cron for nextcloud 2022-01-31 21:30:36 +00:00
James 4193d7ac4b replace mariadb with postgresql
load postgres and nextcloud db config from secrets to auto-configure
2022-01-31 21:30:08 +00:00
James 57a0f09110 change ssl key pair to read-only 2022-01-31 20:50:11 +00:00
James 2689f177ac add nginx service 2022-01-31 20:48:54 +00:00
James cb94c84ea0 add intial docker-compose with mariadb, redis and nextcloud 2022-01-31 20:31:00 +00:00
James 0483eeaf1c
Initial commit 2022-01-31 19:38:50 +00:00