rangerelf@alien.topBtoSelf-Hosted Main@selfhosted.forum•What you guys are hosting instead of Nextcloud? I'm sick of it.English
1·
11 months agoI have both Postgres and Redis talking to Nextcloud through their respective unix sockets; I store the sockets in a named volume, so I can mount it on whatever containers need to reach them.
Sure:
POSTGRES
REDIS
Here’s redis.conf, it took me a couple of tries to get it just right:
NEXTCLOUD
The environment.txt file is hostnames, logins, passwords, etc…
The zz-docker.conf file sets some process tuning and log format, some might not even be necessary:
The opcache_cli.conf file has a single line:
I don’t remember why it’s there but it’s working so I’m not touching it :-D
Good luck :-)