Commit f2ff025d authored by nimrod's avatar nimrod
Browse files

Update CODE.

parent cc249bb5
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ services:
  code:
    cap_add:
      - MKNOD
    image: registry.hub.docker.com/collabora/code:21.11.1.4.1
    image: registry.hub.docker.com/collabora/code:22.05.8.4.1
    environment:
      aliasgroup1: https://nextcloud.shore.co.il:443
      dictionaries: en_GB en_US he_IL
      domain: nextcloud\\.shore\\.co\\.il
      extra_params: >-
        --o:ssl.enable=false
        --o:ssl.termination=true
@@ -15,7 +15,7 @@ services:
        --o:net.post_allow.host[7]=172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}
        --o:net.post_allow.host[8]=172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}
        --o:net.post_allow.host[9]=172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}
        --o:net.frame_ancestors=https://*.shore.co.il
        --o:net.frame_ancestors=https://nextcloud.shore.co.il
      # yamllint disable-line rule:line-length
      password: &admin_password "${NEXTCLOUD_ADMIN_PASSWORD:-baz}"  # pragma: allowlist secret
      server_name: code\.shore\.co\.il