WTF are links anyway

This commit is contained in:
niten 2023-09-02 12:31:16 -07:00
parent 3c2efec0ac
commit 4476eb759b
1 changed files with 0 additions and 2 deletions

View File

@ -111,7 +111,6 @@ in {
nextcloud.service = { nextcloud.service = {
image = cfg.images.nextcloud; image = cfg.images.nextcloud;
restart = "always"; restart = "always";
links = [ "postgres" ];
env_file = [ hostSecrets.nextcloudEnv.target-file ]; env_file = [ hostSecrets.nextcloudEnv.target-file ];
volumes = [ volumes = [
"${cfg.state-directory}/nextcloud:/var/www/html" "${cfg.state-directory}/nextcloud:/var/www/html"
@ -236,7 +235,6 @@ in {
service = { service = {
# useHostStore = true; # useHostStore = true;
ports = [ "${toString cfg.port}:80" ]; ports = [ "${toString cfg.port}:80" ];
links = [ "nextcloud" ];
healthcheck = { healthcheck = {
test = [ test = [
"CMD" "CMD"